Html Css Color HEX #04CB2F Dark Pastel Green

📋 copy color: '#04CB2F'

red 4 ◦ green 203 ◦ blue 47

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

Shades of Dark Pastel Green #04CB2F

Tints of Dark Pastel Green #04CB2F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 79.92%

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 1.57%
G = 79.92%
B = 18.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#04CB2F (or 0x04CB2F) is known color: Dark Pastel Green. HEX triplet: 04, CB and 2F. RGB value is (4,203,47). Sum of RGB (Red+Green+Blue) = 4+203+47=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CB2F is #FB34D0. Grayscale: #7E7E7E. Windows color (decimal): -16463057 or 3132164. OLE color: 3132164.

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

Color convert

RGB 4 203 47 -
CMYK 0.98 0 0.77 0.20
HSL 132.96º 0.96% 0.41% -
HSV(B) 132.96º 0.98% 0.8% -
XYZ 21.92 42.94 9.82 -
YUV 125.72 83.57 41.18 -
System Red Green Blue C M Y K H S L
Decimal 4 203 47 0.98 0 0.77 0.20 132.96 0.96 0.41
Hex 4 CB 2F 62 0 4D 14 85 60 29
Octal 4 313 57 142 0 115 24 205 140 51
Binary 100 11001011 101111 1100010 0 1001101 10100 10000101 1100000 101001

Color Harmonies of #04CB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CB2F

Black with #04CB2F

Text Example


Text Example

White with #04CB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,203,47); }

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

background-color css

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

 a { background-color: rgb(4,203,47); }

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

border-color css

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

 span { border-color: rgb(4,203,47); }

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