#0F402F

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

Shades of Sherwood Green #0F402F

Tints of Sherwood Green #0F402F

Color information

#0F402F (or 0x0F402F) is unknown color: approx Sherwood Green. HEX triplet: 0F, 40 and 2F. RGB value is (15,64,47). Sum of RGB (Red+Green+Blue) = 15+64+47=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #0F402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F402F is #F0BFD0. Grayscale: #2F2F2F. Windows color (decimal): -15777745 or 3096591. OLE color: 3096591.

HSL color Cylindrical-coordinate representation of color #0F402F: hue angle of 159.18º 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 #0F402F is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB156447-
CMYK0.7700.270.75
HSL159.18º62.03%15.49%-
HSV(B)159.18º76.56%25.1%-
XYZ2.543.973.32-
YUV47.41127.77104.88-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=11.90%
G=50.79%
B=37.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564470.7700.270.75159.1862.0315.49
HexF402F4D01B4B9f3ef
Octal17100571150331132377617
Binary1111100000010111110011010110111001011100111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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