#0CB62B

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

Shades of Dark Pastel Green #0CB62B

Tints of Dark Pastel Green #0CB62B

Color information

#0CB62B (or 0x0CB62B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B6 and 2B. RGB value is (12,182,43). Sum of RGB (Red+Green+Blue) = 12+182+43=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 182 (71.48% from 255 or 76.79% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB62B is #F349D4. Grayscale: #737373. Windows color (decimal): -15944149 or 2864652. OLE color: 2864652.

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

Color convert

RGB1218243-
CMYK0.9300.760.29
HSL130.94º87.63%38.04%-
HSV(B)130.94º93.41%71.37%-
XYZ17.3233.717.88-
YUV115.3287.1854.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.06%
GREEN value IS 182 (71.48% from 255) = 76.79%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=5.06%
G=76.79%
B=18.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12182430.9300.760.29130.9487.6338.04
HexCB62B5D04C1D835826
Octal142665313501143520313046
Binary11001011011010101110111010100110011101100000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,182,43); }

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

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

 a { background-color: rgb(12,182,43); }

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

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

 span { border-color: rgb(12,182,43); }

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