#12392D

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

Shades of Sherwood Green #12392D

Tints of Sherwood Green #12392D

Color information

#12392D (or 0x12392D) is unknown color: approx Sherwood Green. HEX triplet: 12, 39 and 2D. RGB value is (18,57,45). Sum of RGB (Red+Green+Blue) = 18+57+45=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 57 - color contains mainly: green. Hex color #12392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12392D is #EDC6D2. Grayscale: #2B2B2B. Windows color (decimal): -15582931 or 2963730. OLE color: 2963730.

HSL color Cylindrical-coordinate representation of color #12392D: hue angle of 161.54º 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 #12392D is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB185745-
CMYK0.6800.210.78
HSL161.54º52%14.71%-
HSV(B)161.54º68.42%22.35%-
XYZ2.193.242.99-
YUV43.97128.58109.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 57 (22.66% from 255) = 47.5%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=15%
G=47.5%
B=37.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1857450.6800.210.78161.545214.71
Hex12392D440154Ea234f
Octal2271551040251162426417
Binary1001011100110110110001000101011001110101000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12392D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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