#0F6E2B

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

Shades of Camarone #0F6E2B

Tints of Camarone #0F6E2B

Color information

#0F6E2B (or 0x0F6E2B) is unknown color: approx Camarone. HEX triplet: 0F, 6E and 2B. RGB value is (15,110,43). Sum of RGB (Red+Green+Blue) = 15+110+43=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 110 (43.36% from 255 or 65.48% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E2B is #F091D4. Grayscale: #4A4A4A. Windows color (decimal): -15765973 or 2846223. OLE color: 2846223.

HSL color Cylindrical-coordinate representation of color #0F6E2B: hue angle of 137.68º 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 #0F6E2B is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1511043-
CMYK0.8600.610.57
HSL137.68º76%24.51%-
HSV(B)137.68º86.36%43.14%-
XYZ6.2111.434.16-
YUV73.96110.5385.95-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 110 (43.36% from 255) = 65.48%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=8.93%
G=65.48%
B=25.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110430.8600.610.57137.687624.51
HexF6E2B5603D398a4c19
Octal17156531260757121211431
Binary111111011101010111010110011110111100110001010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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