Html Css Color HEX #06C02C Dark Pastel Green

📋 copy color: '#06C02C'

red 6 ◦ green 192 ◦ blue 44

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

Shades of Dark Pastel Green #06C02C

Tints of Dark Pastel Green #06C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 2.48%
G = 79.34%
B = 18.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#06C02C (or 0x06C02C) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 2C. RGB value is (6,192,44). Sum of RGB (Red+Green+Blue) = 6+192+44=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #06C02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C02C is #F93FD3. Grayscale: #777777. Windows color (decimal): -16334804 or 2932742. OLE color: 2932742.

HSL color Cylindrical-coordinate representation of color #06C02C: hue angle of 132.26º 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 #06C02C is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 192 44 -
CMYK 0.97 0 0.77 0.25
HSL 132.26º 0.94% 0.39% -
HSV(B) 132.26º 0.97% 0.75% -
XYZ 19.38 37.92 8.68 -
YUV 119.51 85.38 47.03 -
System Red Green Blue C M Y K H S L
Decimal 6 192 44 0.97 0 0.77 0.25 132.26 0.94 0.39
Hex 6 C0 2C 61 0 4D 19 84 5E 27
Octal 6 300 54 141 0 115 31 204 136 47
Binary 110 11000000 101100 1100001 0 1001101 11001 10000100 1011110 100111

Color Harmonies of #06C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C02C

Black with #06C02C

Text Example


Text Example

White with #06C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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