#0F701F

Color #0F701F Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #0F701F

Tints of Camarone #0F701F

Color information

#0F701F (or 0x0F701F) is unknown color: approx Camarone. HEX triplet: 0F, 70 and 1F. RGB value is (15,112,31). Sum of RGB (Red+Green+Blue) = 15+112+31=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 112 (44.14% from 255 or 70.89% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 112 - color contains mainly: green. Hex color #0F701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F701F is #F08FE0. Grayscale: #494949. Windows color (decimal): -15765473 or 2060303. OLE color: 2060303.

HSL color Cylindrical-coordinate representation of color #0F701F: hue angle of 129.9º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F701F is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1511231-
CMYK0.8700.720.56
HSL129.9º76.38%24.9%-
HSV(B)129.9º86.61%43.92%-
XYZ6.2411.793.24-
YUV73.76103.8686.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 112 (44.14% from 255) = 70.89%
BLUE value IS 31 (12.5% from 255) = 19.62%
R=9.49%
G=70.89%
B=19.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112310.8700.720.56129.976.3824.9
HexF701F5704838824c19
Octal171603712701107020211431
Binary111111100001111110101110100100011100010000010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,112,31); }

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

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

 a { background-color: rgb(15,112,31); }

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

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

 span { border-color: rgb(15,112,31); }

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