Html Css Color HEX #04AF2A Dark Pastel Green

📋 copy color: '#04AF2A'

red 4 ◦ green 175 ◦ blue 42

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

Shades of Dark Pastel Green #04AF2A

Tints of Dark Pastel Green #04AF2A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 79.19%

 BLUE value IS 42 (16.8% from 255) = 19%

R = 1.81%
G = 79.19%
B = 19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#04AF2A (or 0x04AF2A) is known color: Dark Pastel Green. HEX triplet: 04, AF and 2A. RGB value is (4,175,42). Sum of RGB (Red+Green+Blue) = 4+175+42=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 175 (68.75% from 255 or 79.19% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF2A is #FB50D5. Grayscale: #6D6D6D. Windows color (decimal): -16470230 or 2797316. OLE color: 2797316.

HSL color Cylindrical-coordinate representation of color #04AF2A: hue angle of 133.33º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF2A is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 42 -
CMYK 0.98 0 0.76 0.31
HSL 133.33º 0.96% 0.35% -
HSV(B) 133.33º 0.98% 0.69% -
XYZ 15.8 30.85 7.31 -
YUV 108.71 90.35 53.31 -
System Red Green Blue C M Y K H S L
Decimal 4 175 42 0.98 0 0.76 0.31 133.33 0.96 0.35
Hex 4 AF 2A 62 0 4C 1F 85 60 23
Octal 4 257 52 142 0 114 37 205 140 43
Binary 100 10101111 101010 1100010 0 1001100 11111 10000101 1100000 100011

Color Harmonies of #04AF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF2A

Black with #04AF2A

Text Example


Text Example

White with #04AF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,175,42); }

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

background-color css

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

 a { background-color: rgb(4,175,42); }

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

border-color css

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

 span { border-color: rgb(4,175,42); }

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