#04BA2B

Color #04BA2B Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #04BA2B

Tints of Dark Pastel Green #04BA2B

Color information

#04BA2B (or 0x04BA2B) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BA and 2B. RGB value is (4,186,43). Sum of RGB (Red+Green+Blue) = 4+186+43=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BA2B is #FB45D4. Grayscale: #737373. Windows color (decimal): -16467413 or 2865668. OLE color: 2865668.

HSL color Cylindrical-coordinate representation of color #04BA2B: hue angle of 132.86º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BA2B is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB418643-
CMYK0.9800.770.27
HSL132.86º95.79%37.25%-
HSV(B)132.86º97.85%72.94%-
XYZ18.0535.328.15-
YUV115.2887.248.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 186 (73.05% from 255) = 79.83%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=1.72%
G=79.83%
B=18.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4186430.9800.770.27132.8695.7937.25
Hex4BA2B6204D1B856025
Octal42725314201153320514045
Binary1001011101010101111000100100110111011100001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BA2B; }

 p { color: rgb(4,186,43); }

 H1.HeaderClassName
 {
   color: #04BA2B;
 }
 .AnyTagClassName
 {
   color: #04BA2B;
 }
</style>
background-color css

<style>
 a { background-color: #04BA2B; }

 a { background-color: rgb(4,186,43); }

 div.DivClassName
 {
   background-color: #04BA2B;
 }
 .BgClassName
 {
   background-color: #04BA2B;
 }
</style>
border-color css

<style>
 span { border-color: #04BA2B; }

 span { border-color: rgb(4,186,43); }

 td.TdClassName
 {
   border-color: #04BA2B;
 }
 .TagClassName
 {
   border-color: #04BA2B;
 }
</style>