Html Css Color HEX #06C049 Dark Pastel Green

📋 copy color: '#06C049'

red 6 ◦ green 192 ◦ blue 73

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

Shades of Dark Pastel Green #06C049

Tints of Dark Pastel Green #06C049

RGB

 RED value IS 6 (2.73% from 255) = 2.21%

 GREEN value IS 192 (75.39% from 255) = 70.85%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 2.21%
G = 70.85%
B = 26.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#06C049 (or 0x06C049) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 49. RGB value is (6,192,73). Sum of RGB (Red+Green+Blue) = 6+192+73=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #06C049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C049 is #F93FB6. Grayscale: #7B7B7B. Windows color (decimal): -16334775 or 4833286. OLE color: 4833286.

HSL color Cylindrical-coordinate representation of color #06C049: hue angle of 141.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C049 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 73 -
CMYK 0.97 0 0.62 0.25
HSL 141.61º 0.94% 0.39% -
HSV(B) 141.61º 0.97% 0.75% -
XYZ 20.13 38.22 12.62 -
YUV 122.82 99.88 44.68 -
System Red Green Blue C M Y K H S L
Decimal 6 192 73 0.97 0 0.62 0.25 141.61 0.94 0.39
Hex 6 C0 49 61 0 3E 19 8E 5E 27
Octal 6 300 111 141 0 76 31 216 136 47
Binary 110 11000000 1001001 1100001 0 111110 11001 10001110 1011110 100111

Color Harmonies of #06C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C049

Black with #06C049

Text Example


Text Example

White with #06C049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06C049; }

 p { color: rgb(6,192,73); }

 H1.HeaderClassName
 {
   color: #06C049;
 }
 .AnyTagClassName
 {
   color: #06C049;
 }
</style>

background-color css

<style>
 a { background-color: #06C049; }

 a { background-color: rgb(6,192,73); }

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

border-color css

<style>
 span { border-color: #06C049; }

 span { border-color: rgb(6,192,73); }

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