#0F4230

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

Shades of Sherwood Green #0F4230

Tints of Sherwood Green #0F4230

Color information

#0F4230 (or 0x0F4230) is unknown color: approx Sherwood Green. HEX triplet: 0F, 42 and 30. RGB value is (15,66,48). Sum of RGB (Red+Green+Blue) = 15+66+48=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #0F4230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4230 is #F0BDCF. Grayscale: #303030. Windows color (decimal): -15777232 or 3162639. OLE color: 3162639.

HSL color Cylindrical-coordinate representation of color #0F4230: hue angle of 158.82º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4230 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB156648-
CMYK0.7700.270.74
HSL158.82º62.96%15.88%-
HSV(B)158.82º77.27%25.88%-
XYZ2.684.213.47-
YUV48.7127.6103.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.63%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=11.63%
G=51.16%
B=37.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1566480.7700.270.74158.8262.9615.88
HexF42304D01B4A9f3f10
Octal17102601150331122377720
Binary11111000010110000100110101101110010101001111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,48); }

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

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

 a { background-color: rgb(15,66,48); }

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

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

 span { border-color: rgb(15,66,48); }

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