#0F3E2E

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

Shades of Sherwood Green #0F3E2E

Tints of Sherwood Green #0F3E2E

Color information

#0F3E2E (or 0x0F3E2E) is unknown color: approx Sherwood Green. HEX triplet: 0F, 3E and 2E. RGB value is (15,62,46). Sum of RGB (Red+Green+Blue) = 15+62+46=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3E2E is #F0C1D1. Grayscale: #2E2E2E. Windows color (decimal): -15778258 or 3030543. OLE color: 3030543.

HSL color Cylindrical-coordinate representation of color #0F3E2E: hue angle of 159.57º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F3E2E is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB156246-
CMYK0.7600.260.76
HSL159.57º61.04%15.1%-
HSV(B)159.57º75.81%24.31%-
XYZ2.413.743.18-
YUV46.12127.93105.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 62 (24.61% from 255) = 50.41%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=12.20%
G=50.41%
B=37.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1562460.7600.260.76159.5761.0415.1
HexF3E2E4C01A4Ca03df
Octal1776561140321142407517
Binary111111111010111010011000110101001100101000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,62,46); }

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

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

 a { background-color: rgb(15,62,46); }

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

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

 span { border-color: rgb(15,62,46); }

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