#0F4030

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

Shades of Sherwood Green #0F4030

Tints of Sherwood Green #0F4030

Color information

#0F4030 (or 0x0F4030) is unknown color: approx Sherwood Green. HEX triplet: 0F, 40 and 30. RGB value is (15,64,48). Sum of RGB (Red+Green+Blue) = 15+64+48=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4030 is #F0BFCF. Grayscale: #2F2F2F. Windows color (decimal): -15777744 or 3162127. OLE color: 3162127.

HSL color Cylindrical-coordinate representation of color #0F4030: hue angle of 160.41º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4030 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB156448-
CMYK0.7700.250.75
HSL160.41º62.03%15.49%-
HSV(B)160.41º76.56%25.1%-
XYZ2.563.983.43-
YUV47.52128.27104.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 64 (25.39% from 255) = 50.39%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=11.81%
G=50.39%
B=37.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564480.7700.250.75160.4162.0315.49
HexF40304D0194Ba03ef
Octal17100601150311132407617
Binary1111100000011000010011010110011001011101000001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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