#0CB138

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

Shades of Dark Pastel Green #0CB138

Tints of Dark Pastel Green #0CB138

Color information

#0CB138 (or 0x0CB138) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B1 and 38. RGB value is (12,177,56). Sum of RGB (Red+Green+Blue) = 12+177+56=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #0CB138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB138 is #F34EC7. Grayscale: #727272. Windows color (decimal): -15945416 or 3715340. OLE color: 3715340.

HSL color Cylindrical-coordinate representation of color #0CB138: hue angle of 136º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB138 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1217756-
CMYK0.9300.680.31
HSL136º87.3%37.06%-
HSV(B)136º93.22%69.41%-
XYZ16.5931.819.01-
YUV113.8795.3455.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 177 (69.53% from 255) = 72.24%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=4.90%
G=72.24%
B=22.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12177560.9300.680.3113687.337.06
HexCB1385D0441F885725
Octal142617013501043721012745
Binary11001011000111100010111010100010011111100010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,177,56); }

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

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

 a { background-color: rgb(12,177,56); }

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

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

 span { border-color: rgb(12,177,56); }

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