Html Css Color HEX #0CB529 Dark Pastel Green

📋 copy color: '#0CB529'

red 12 ◦ green 181 ◦ blue 41

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

Shades of Dark Pastel Green #0CB529

Tints of Dark Pastel Green #0CB529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 77.35%

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

R = 5.13%
G = 77.35%
B = 17.52%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#0CB529 (or 0x0CB529) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 29. RGB value is (12,181,41). Sum of RGB (Red+Green+Blue) = 12+181+41=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 181 (71.09% from 255 or 77.35% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB529 is #F34AD6. Grayscale: #727272. Windows color (decimal): -15944407 or 2733324. OLE color: 2733324.

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

Color convert

RGB 12 181 41 -
CMYK 0.93 0 0.77 0.29
HSL 130.3º 0.88% 0.38% -
HSV(B) 130.3º 0.93% 0.71% -
XYZ 17.08 33.29 7.62 -
YUV 114.51 86.51 54.88 -
System Red Green Blue C M Y K H S L
Decimal 12 181 41 0.93 0 0.77 0.29 130.3 0.88 0.38
Hex C B5 29 5D 0 4D 1D 82 58 26
Octal 14 265 51 135 0 115 35 202 130 46
Binary 1100 10110101 101001 1011101 0 1001101 11101 10000010 1011000 100110

Color Harmonies of #0CB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB529

Black with #0CB529

Text Example


Text Example

White with #0CB529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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