#0F702A

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

Shades of Camarone #0F702A

Tints of Camarone #0F702A

Color information

#0F702A (or 0x0F702A) is unknown color: approx Camarone. HEX triplet: 0F, 70 and 2A. RGB value is (15,112,42). Sum of RGB (Red+Green+Blue) = 15+112+42=169 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.88% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #0F702A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F702A is #F08FD5. Grayscale: #4B4B4B. Windows color (decimal): -15765462 or 2781199. OLE color: 2781199.

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

Color convert

RGB1511242-
CMYK0.8700.620.56
HSL136.7º76.38%24.9%-
HSV(B)136.7º86.61%43.92%-
XYZ6.4111.864.14-
YUV75.02109.3685.19-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.88%
GREEN value IS 112 (44.14% from 255) = 66.27%
BLUE value IS 42 (16.80% from 255) = 24.85%
R=8.88%
G=66.27%
B=24.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15112420.8700.620.56136.776.3824.9
HexF702A5703E38894c19
Octal17160521270767021111431
Binary111111100001010101010111011111011100010001001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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