#0CB92F

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

Shades of Dark Pastel Green #0CB92F

Tints of Dark Pastel Green #0CB92F

Color information

#0CB92F (or 0x0CB92F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B9 and 2F. RGB value is (12,185,47). Sum of RGB (Red+Green+Blue) = 12+185+47=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 185 (72.66% from 255 or 75.82% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB92F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB92F is #F346D0. Grayscale: #757575. Windows color (decimal): -15943377 or 3127564. OLE color: 3127564.

HSL color Cylindrical-coordinate representation of color #0CB92F: hue angle of 132.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB92F is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1218547-
CMYK0.9400.750.27
HSL132.14º87.82%38.63%-
HSV(B)132.14º93.51%72.55%-
XYZ18.0134.988.49-
YUV117.5488.1952.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.92%
GREEN value IS 185 (72.66% from 255) = 75.82%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=4.92%
G=75.82%
B=19.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12185470.9400.750.27132.1487.8238.63
HexCB92F5E04B1B845827
Octal142715713601133320413047
Binary11001011100110111110111100100101111011100001001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,185,47); }

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

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

 a { background-color: rgb(12,185,47); }

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

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

 span { border-color: rgb(12,185,47); }

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