Html Css Color HEX #0CB528 Dark Pastel Green

📋 copy color: '#0CB528'

red 12 ◦ green 181 ◦ blue 40

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

Shades of Dark Pastel Green #0CB528

Tints of Dark Pastel Green #0CB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 5.15%
G = 77.68%
B = 17.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#0CB528 (or 0x0CB528) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 28. RGB value is (12,181,40). Sum of RGB (Red+Green+Blue) = 12+181+40=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB528 is #F34AD7. Grayscale: #727272. Windows color (decimal): -15944408 or 2667788. OLE color: 2667788.

HSL color Cylindrical-coordinate representation of color #0CB528: hue angle of 129.94º 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 #0CB528 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 181 40 -
CMYK 0.93 0 0.78 0.29
HSL 129.94º 0.88% 0.38% -
HSV(B) 129.94º 0.93% 0.71% -
XYZ 17.06 33.28 7.53 -
YUV 114.4 86.01 54.96 -
System Red Green Blue C M Y K H S L
Decimal 12 181 40 0.93 0 0.78 0.29 129.94 0.88 0.38
Hex C B5 28 5D 0 4E 1D 82 58 26
Octal 14 265 50 135 0 116 35 202 130 46
Binary 1100 10110101 101000 1011101 0 1001110 11101 10000010 1011000 100110

Color Harmonies of #0CB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB528

Black with #0CB528

Text Example


Text Example

White with #0CB528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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