#0F701E

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

Shades of Camarone #0F701E

Tints of Camarone #0F701E

Color information

#0F701E (or 0x0F701E) is unknown color: approx Camarone. HEX triplet: 0F, 70 and 1E. RGB value is (15,112,30). Sum of RGB (Red+Green+Blue) = 15+112+30=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #0F701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F701E is #F08FE1. Grayscale: #494949. Windows color (decimal): -15765474 or 1994767. OLE color: 1994767.

HSL color Cylindrical-coordinate representation of color #0F701E: hue angle of 129.28º 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 #0F701E is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1511230-
CMYK0.8700.730.56
HSL129.28º76.38%24.9%-
HSV(B)129.28º86.61%43.92%-
XYZ6.2311.783.17-
YUV73.65103.3686.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.55%
GREEN value IS 112 (44.14% from 255) = 71.34%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=9.55%
G=71.34%
B=19.11%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112300.8700.730.56129.2876.3824.9
HexF701E5704938814c19
Octal171603612701117020111431
Binary111111100001111010101110100100111100010000001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F701E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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