#12412F

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

Shades of Sherwood Green #12412F

Tints of Sherwood Green #12412F

Color information

#12412F (or 0x12412F) is unknown color: approx Sherwood Green. HEX triplet: 12, 41 and 2F. RGB value is (18,65,47). Sum of RGB (Red+Green+Blue) = 18+65+47=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #12412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12412F is #EDBED0. Grayscale: #303030. Windows color (decimal): -15580881 or 3096850. OLE color: 3096850.

HSL color Cylindrical-coordinate representation of color #12412F: hue angle of 157.02º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12412F is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB186547-
CMYK0.7200.280.75
HSL157.02º56.63%16.27%-
HSV(B)157.02º72.31%25.49%-
XYZ2.654.113.34-
YUV48.9126.93105.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=13.85%
G=50%
B=36.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1865470.7200.280.75157.0256.6316.27
Hex12412F4801C4B9d3910
Octal22101571100341132357120
Binary100101000001101111100100001110010010111001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12412F; }

 p { color: rgb(18,65,47); }

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

<style>
 a { background-color: #12412F; }

 a { background-color: rgb(18,65,47); }

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

<style>
 span { border-color: #12412F; }

 span { border-color: rgb(18,65,47); }

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