Html Css Color HEX #06C02D Dark Pastel Green

📋 copy color: '#06C02D'

red 6 ◦ green 192 ◦ blue 45

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

Shades of Dark Pastel Green #06C02D

Tints of Dark Pastel Green #06C02D

RGB

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

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

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

R = 2.47%
G = 79.01%
B = 18.52%

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

#06C02D (or 0x06C02D) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 2D. RGB value is (6,192,45). Sum of RGB (Red+Green+Blue) = 6+192+45=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #06C02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C02D is #F93FD2. Grayscale: #787878. Windows color (decimal): -16334803 or 2998278. OLE color: 2998278.

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

Color convert

RGB 6 192 45 -
CMYK 0.97 0 0.77 0.25
HSL 132.58º 0.94% 0.39% -
HSV(B) 132.58º 0.97% 0.75% -
XYZ 19.4 37.93 8.78 -
YUV 119.63 85.88 46.95 -
System Red Green Blue C M Y K H S L
Decimal 6 192 45 0.97 0 0.77 0.25 132.58 0.94 0.39
Hex 6 C0 2D 61 0 4D 19 85 5E 27
Octal 6 300 55 141 0 115 31 205 136 47
Binary 110 11000000 101101 1100001 0 1001101 11001 10000101 1011110 100111

Color Harmonies of #06C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C02D

Black with #06C02D

Text Example


Text Example

White with #06C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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