#0F4130

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

Shades of Sherwood Green #0F4130

Tints of Sherwood Green #0F4130

Color information

#0F4130 (or 0x0F4130) is unknown color: approx Sherwood Green. HEX triplet: 0F, 41 and 30. RGB value is (15,65,48). Sum of RGB (Red+Green+Blue) = 15+65+48=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4130 is #F0BECF. Grayscale: #303030. Windows color (decimal): -15777488 or 3162383. OLE color: 3162383.

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

Color convert

RGB156548-
CMYK0.7700.260.75
HSL159.6º62.5%15.69%-
HSV(B)159.6º76.92%25.49%-
XYZ2.624.13.45-
YUV48.11127.94104.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.72%
GREEN value IS 65 (25.78% from 255) = 50.78%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=11.72%
G=50.78%
B=37.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565480.7700.260.75159.662.515.69
HexF41304D01A4Ba03e10
Octal17101601150321132407620
Binary11111000001110000100110101101010010111010000011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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