Html Css Color HEX #0CB521 Dark Pastel Green

📋 copy color: '#0CB521'

red 12 ◦ green 181 ◦ blue 33

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

Shades of Dark Pastel Green #0CB521

Tints of Dark Pastel Green #0CB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.6%

R = 5.31%
G = 80.09%
B = 14.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#0CB521 (or 0x0CB521) is known color: Dark Pastel Green. HEX triplet: 0C, B5 and 21. RGB value is (12,181,33). Sum of RGB (Red+Green+Blue) = 12+181+33=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 181 (71.09% from 255 or 80.09% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB521 is #F34ADE. Grayscale: #727272. Windows color (decimal): -15944415 or 2209036. OLE color: 2209036.

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

Color convert

RGB 12 181 33 -
CMYK 0.93 0 0.82 0.29
HSL 127.46º 0.88% 0.38% -
HSV(B) 127.46º 0.93% 0.71% -
XYZ 16.95 33.24 6.96 -
YUV 113.6 82.51 55.53 -
System Red Green Blue C M Y K H S L
Decimal 12 181 33 0.93 0 0.82 0.29 127.46 0.88 0.38
Hex C B5 21 5D 0 52 1D 7F 58 26
Octal 14 265 41 135 0 122 35 177 130 46
Binary 1100 10110101 100001 1011101 0 1010010 11101 1111111 1011000 100110

Color Harmonies of #0CB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB521

Black with #0CB521

Text Example


Text Example

White with #0CB521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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