#123F32

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

Shades of Sherwood Green #123F32

Tints of Sherwood Green #123F32

Color information

#123F32 (or 0x123F32) is unknown color: approx Sherwood Green. HEX triplet: 12, 3F and 32. RGB value is (18,63,50). Sum of RGB (Red+Green+Blue) = 18+63+50=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 63 - color contains mainly: green. Hex color #123F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F32 is #EDC0CD. Grayscale: #303030. Windows color (decimal): -15581390 or 3292946. OLE color: 3292946.

HSL color Cylindrical-coordinate representation of color #123F32: hue angle of 162.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123F32 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.

Color convert

RGB186350-
CMYK0.7100.210.75
HSL162.67º55.56%15.88%-
HSV(B)162.67º71.43%24.71%-
XYZ2.63.913.64-
YUV48.06129.09106.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 63 (25% from 255) = 48.09%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=13.74%
G=48.09%
B=38.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863500.7100.210.75162.6755.5615.88
Hex123F32470154Ba33810
Octal2277621070251132437020
Binary10010111111110010100011101010110010111010001111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123F32; }

 p { color: rgb(18,63,50); }

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

<style>
 a { background-color: #123F32; }

 a { background-color: rgb(18,63,50); }

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

<style>
 span { border-color: #123F32; }

 span { border-color: rgb(18,63,50); }

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