Html Css Color HEX #06C32D Dark Pastel Green

📋 copy color: '#06C32D'

red 6 ◦ green 195 ◦ blue 45

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

Shades of Dark Pastel Green #06C32D

Tints of Dark Pastel Green #06C32D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 79.27%

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

R = 2.44%
G = 79.27%
B = 18.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#06C32D (or 0x06C32D) is known color: Dark Pastel Green. HEX triplet: 06, C3 and 2D. RGB value is (6,195,45). Sum of RGB (Red+Green+Blue) = 6+195+45=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 195 (76.56% from 255 or 79.27% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 195 - color contains mainly: green. Hex color #06C32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C32D is #F93CD2. Grayscale: #797979. Windows color (decimal): -16334035 or 2999046. OLE color: 2999046.

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

Color convert

RGB 6 195 45 -
CMYK 0.97 0 0.77 0.24
HSL 132.38º 0.94% 0.39% -
HSV(B) 132.38º 0.97% 0.76% -
XYZ 20.06 39.26 9 -
YUV 121.39 84.88 45.7 -
System Red Green Blue C M Y K H S L
Decimal 6 195 45 0.97 0 0.77 0.24 132.38 0.94 0.39
Hex 6 C3 2D 61 0 4D 18 84 5E 27
Octal 6 303 55 141 0 115 30 204 136 47
Binary 110 11000011 101101 1100001 0 1001101 11000 10000100 1011110 100111

Color Harmonies of #06C32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06C32D

Black with #06C32D

Text Example


Text Example

White with #06C32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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