Html Css Color HEX #00C329 Dark Pastel Green

📋 copy color: '#00C329'

red 0 ◦ green 195 ◦ blue 41

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

Shades of Dark Pastel Green #00C329

Tints of Dark Pastel Green #00C329

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 41 (16.41% from 255) = 17.37%

R = 0%
G = 82.63%
B = 17.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#00C329 (or 0x00C329) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 29. RGB value is (0,195,41). Sum of RGB (Red+Green+Blue) = 0+195+41=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 195 (76.56% from 255 or 82.63% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 195 - color contains mainly: green. Hex color #00C329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C329 is #FF3CD6. Grayscale: #777777. Windows color (decimal): -16727255 or 2736896. OLE color: 2736896.

HSL color Cylindrical-coordinate representation of color #00C329: hue angle of 132.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C329 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 195 41 -
CMYK 1 0 0.79 0.24
HSL 132.62º 1% 0.38% -
HSV(B) 132.62º 1% 0.76% -
XYZ 19.92 39.19 8.61 -
YUV 119.14 83.9 43.02 -
System Red Green Blue C M Y K H S L
Decimal 0 195 41 1 0 0.79 0.24 132.62 1 0.38
Hex 0 C3 29 64 0 4F 18 85 64 26
Octal 0 303 51 144 0 117 30 205 144 46
Binary 0 11000011 101001 1100100 0 1001111 11000 10000101 1100100 100110

Color Harmonies of #00C329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C329

Black with #00C329

Text Example


Text Example

White with #00C329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C329; }

 p { color: rgb(0,195,41); }

 H1.HeaderClassName
 {
   color: #00C329;
 }
 .AnyTagClassName
 {
   color: #00C329;
 }
</style>

background-color css

<style>
 a { background-color: #00C329; }

 a { background-color: rgb(0,195,41); }

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

border-color css

<style>
 span { border-color: #00C329; }

 span { border-color: rgb(0,195,41); }

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