#0CB52A

Color #0CB52A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CB52A

Tints of Dark Pastel Green #0CB52A

Color information

#0CB52A (or 0x0CB52A) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B5 and 2A. RGB value is (12,181,42). Sum of RGB (Red+Green+Blue) = 12+181+42=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 181 (71.09% from 255 or 77.02% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB52A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB52A is #F34AD5. Grayscale: #737373. Windows color (decimal): -15944406 or 2798860. OLE color: 2798860.

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

Color convert

RGB1218142-
CMYK0.9300.770.29
HSL130.65º87.56%37.84%-
HSV(B)130.65º93.37%70.98%-
XYZ17.0933.297.72-
YUV114.6287.0154.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 181 (71.09% from 255) = 77.02%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=5.11%
G=77.02%
B=17.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12181420.9300.770.29130.6587.5637.84
HexCB52A5D04D1D835826
Octal142655213501153520313046
Binary11001011010110101010111010100110111101100000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CB52A;
 }
 .AnyTagClassName
 {
   color: #0CB52A;
 }
</style>
background-color css

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

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

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

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

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

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