Html Css Color HEX #0CB829 Dark Pastel Green

📋 copy color: '#0CB829'

red 12 ◦ green 184 ◦ blue 41

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

Shades of Dark Pastel Green #0CB829

Tints of Dark Pastel Green #0CB829

RGB

 RED value IS 12 (5.08% from 255) = 5.06%

 GREEN value IS 184 (72.27% from 255) = 77.64%

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

R = 5.06%
G = 77.64%
B = 17.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#0CB829 (or 0x0CB829) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 29. RGB value is (12,184,41). Sum of RGB (Red+Green+Blue) = 12+184+41=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 184 (72.27% from 255 or 77.64% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB829 is #F347D6. Grayscale: #747474. Windows color (decimal): -15943639 or 2734092. OLE color: 2734092.

HSL color Cylindrical-coordinate representation of color #0CB829: hue angle of 130.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB829 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 41 -
CMYK 0.93 0 0.78 0.28
HSL 130.12º 0.88% 0.38% -
HSV(B) 130.12º 0.93% 0.72% -
XYZ 17.69 34.52 7.83 -
YUV 116.27 85.52 53.63 -
System Red Green Blue C M Y K H S L
Decimal 12 184 41 0.93 0 0.78 0.28 130.12 0.88 0.38
Hex C B8 29 5D 0 4E 1C 82 58 26
Octal 14 270 51 135 0 116 34 202 130 46
Binary 1100 10111000 101001 1011101 0 1001110 11100 10000010 1011000 100110

Color Harmonies of #0CB829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB829

Black with #0CB829

Text Example


Text Example

White with #0CB829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CB829; }

 p { color: rgb(12,184,41); }

 H1.HeaderClassName
 {
   color: #0CB829;
 }
 .AnyTagClassName
 {
   color: #0CB829;
 }
</style>

background-color css

<style>
 a { background-color: #0CB829; }

 a { background-color: rgb(12,184,41); }

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

border-color css

<style>
 span { border-color: #0CB829; }

 span { border-color: rgb(12,184,41); }

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