Html Css Color HEX #04BB2D Dark Pastel Green

📋 copy color: '#04BB2D'

red 4 ◦ green 187 ◦ blue 45

#04BB2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #04BB2D

Tints of Dark Pastel Green #04BB2D

RGB

 RED value IS 4 (1.95% from 255) = 1.69%

 GREEN value IS 187 (73.44% from 255) = 79.24%

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 1.69%
G = 79.24%
B = 19.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#04BB2D (or 0x04BB2D) is known color: Dark Pastel Green. HEX triplet: 04, BB and 2D. RGB value is (4,187,45). Sum of RGB (Red+Green+Blue) = 4+187+45=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 187 (73.44% from 255 or 79.24% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BB2D is #FB44D2. Grayscale: #747474. Windows color (decimal): -16467155 or 2996996. OLE color: 2996996.

HSL color Cylindrical-coordinate representation of color #04BB2D: hue angle of 133.44º 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 #04BB2D is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 187 45 -
CMYK 0.98 0 0.76 0.27
HSL 133.44º 0.96% 0.37% -
HSV(B) 133.44º 0.98% 0.73% -
XYZ 18.29 35.76 8.42 -
YUV 116.1 87.87 48.05 -
System Red Green Blue C M Y K H S L
Decimal 4 187 45 0.98 0 0.76 0.27 133.44 0.96 0.37
Hex 4 BB 2D 62 0 4C 1B 85 60 25
Octal 4 273 55 142 0 114 33 205 140 45
Binary 100 10111011 101101 1100010 0 1001100 11011 10000101 1100000 100101

Color Harmonies of #04BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB2D

Black with #04BB2D

Text Example


Text Example

White with #04BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,187,45); }

 H1.HeaderClassName
 {
   color: #04BB2D;
 }
 .AnyTagClassName
 {
   color: #04BB2D;
 }
</style>

background-color css

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

 a { background-color: rgb(4,187,45); }

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

border-color css

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

 span { border-color: rgb(4,187,45); }

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