Html Css Color HEX #08C32A Dark Pastel Green

📋 copy color: '#08C32A'

red 8 ◦ green 195 ◦ blue 42

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

Shades of Dark Pastel Green #08C32A

Tints of Dark Pastel Green #08C32A

RGB

 RED value IS 8 (3.52% from 255) = 3.27%

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

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

R = 3.27%
G = 79.59%
B = 17.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#08C32A (or 0x08C32A) is known color: Dark Pastel Green. HEX triplet: 08, C3 and 2A. RGB value is (8,195,42). Sum of RGB (Red+Green+Blue) = 8+195+42=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #08C32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C32A is #F73CD5. Grayscale: #7A7A7A. Windows color (decimal): -16202966 or 2802440. OLE color: 2802440.

HSL color Cylindrical-coordinate representation of color #08C32A: hue angle of 130.91º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C32A is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 195 42 -
CMYK 0.96 0 0.78 0.24
HSL 130.91º 0.92% 0.4% -
HSV(B) 130.91º 0.96% 0.76% -
XYZ 20.03 39.25 8.71 -
YUV 121.65 83.05 46.94 -
System Red Green Blue C M Y K H S L
Decimal 8 195 42 0.96 0 0.78 0.24 130.91 0.92 0.4
Hex 8 C3 2A 60 0 4E 18 83 5C 28
Octal 10 303 52 140 0 116 30 203 134 50
Binary 1000 11000011 101010 1100000 0 1001110 11000 10000011 1011100 101000

Color Harmonies of #08C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C32A

Black with #08C32A

Text Example


Text Example

White with #08C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08C32A; }

 p { color: rgb(8,195,42); }

 H1.HeaderClassName
 {
   color: #08C32A;
 }
 .AnyTagClassName
 {
   color: #08C32A;
 }
</style>

background-color css

<style>
 a { background-color: #08C32A; }

 a { background-color: rgb(8,195,42); }

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

border-color css

<style>
 span { border-color: #08C32A; }

 span { border-color: rgb(8,195,42); }

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