#0CB223

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

Shades of Dark Pastel Green #0CB223

Tints of Dark Pastel Green #0CB223

Color information

#0CB223 (or 0x0CB223) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B2 and 23. RGB value is (12,178,35). Sum of RGB (Red+Green+Blue) = 12+178+35=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 178 (69.92% from 255 or 79.11% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 178 - color contains mainly: green. Hex color #0CB223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CB223 is #F34DDC. Grayscale: #707070. Windows color (decimal): -15945181 or 2339340. OLE color: 2339340.

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

Color convert

RGB1217835-
CMYK0.9300.800.30
HSL128.31º87.37%37.25%-
HSV(B)128.31º93.26%69.8%-
XYZ16.3832.046.91-
YUV112.0684.556.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 178 (69.92% from 255) = 79.11%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=5.33%
G=79.11%
B=15.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12178350.9300.800.30128.3187.3737.25
HexCB2235D0501E805725
Octal142624313501203620012745
Binary11001011001010001110111010101000011110100000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,178,35); }

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

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

 a { background-color: rgb(12,178,35); }

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

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

 span { border-color: rgb(12,178,35); }

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