#12392C

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

Shades of Sherwood Green #12392C

Tints of Sherwood Green #12392C

Color information

#12392C (or 0x12392C) is unknown color: approx Sherwood Green. HEX triplet: 12, 39 and 2C. RGB value is (18,57,44). Sum of RGB (Red+Green+Blue) = 18+57+44=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #12392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392C is #EDC6D3. Grayscale: #2B2B2B. Windows color (decimal): -15582932 or 2898194. OLE color: 2898194.

HSL color Cylindrical-coordinate representation of color #12392C: hue angle of 160º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #12392C is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB185744-
CMYK0.6800.230.78
HSL160º52%14.71%-
HSV(B)160º68.42%22.35%-
XYZ2.173.242.89-
YUV43.86128.08109.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 57 (22.66% from 255) = 47.90%
BLUE value IS 44 (17.58% from 255) = 36.97%
R=15.13%
G=47.90%
B=36.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857440.6800.230.781605214.71
Hex12392C440174Ea034f
Octal2271541040271162406417
Binary1001011100110110010001000101111001110101000001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12392C; }

 p { color: rgb(18,57,44); }

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

<style>
 a { background-color: #12392C; }

 a { background-color: rgb(18,57,44); }

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

<style>
 span { border-color: #12392C; }

 span { border-color: rgb(18,57,44); }

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