#0CBF1F

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

Shades of Dark Pastel Green #0CBF1F

Tints of Dark Pastel Green #0CBF1F

Color information

#0CBF1F (or 0x0CBF1F) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BF and 1F. RGB value is (12,191,31). Sum of RGB (Red+Green+Blue) = 12+191+31=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBF1F is #F340E0. Grayscale: #777777. Windows color (decimal): -15941857 or 2080524. OLE color: 2080524.

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

Color convert

RGB1219131-
CMYK0.9400.840.25
HSL126.37º88.18%39.8%-
HSV(B)126.37º93.72%74.9%-
XYZ19.0337.447.52-
YUV119.2478.251.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 191 (75% from 255) = 81.62%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=5.13%
G=81.62%
B=13.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12191310.9400.840.25126.3788.1839.8
HexCBF1F5E054197e5828
Octal142773713601243117613050
Binary110010111111111111011110010101001100111111101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBF1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,191,31); }

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

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

 a { background-color: rgb(12,191,31); }

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

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

 span { border-color: rgb(12,191,31); }

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