#0F6E2A

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

Shades of Camarone #0F6E2A

Tints of Camarone #0F6E2A

Color information

#0F6E2A (or 0x0F6E2A) is unknown color: approx Camarone. HEX triplet: 0F, 6E and 2A. RGB value is (15,110,42). Sum of RGB (Red+Green+Blue) = 15+110+42=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 110 (43.36% from 255 or 65.87% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E2A is #F091D5. Grayscale: #4A4A4A. Windows color (decimal): -15765974 or 2780687. OLE color: 2780687.

HSL color Cylindrical-coordinate representation of color #0F6E2A: hue angle of 137.05º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6E2A is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB1511042-
CMYK0.8600.620.57
HSL137.05º76%24.51%-
HSV(B)137.05º86.36%43.14%-
XYZ6.1911.424.07-
YUV73.84110.0386.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 110 (43.36% from 255) = 65.87%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=8.98%
G=65.87%
B=25.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110420.8600.620.57137.057624.51
HexF6E2A5603E39894c19
Octal17156521260767121111431
Binary111111011101010101010110011111011100110001001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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