#123F31

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

Shades of Sherwood Green #123F31

Tints of Sherwood Green #123F31

Color information

#123F31 (or 0x123F31) is unknown color: approx Sherwood Green. HEX triplet: 12, 3F and 31. RGB value is (18,63,49). Sum of RGB (Red+Green+Blue) = 18+63+49=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #123F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123F31 is #EDC0CE. Grayscale: #2F2F2F. Windows color (decimal): -15581391 or 3227410. OLE color: 3227410.

HSL color Cylindrical-coordinate representation of color #123F31: hue angle of 161.33º 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 #123F31 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB186349-
CMYK0.7100.220.75
HSL161.33º55.56%15.88%-
HSV(B)161.33º71.43%24.71%-
XYZ2.583.913.52-
YUV47.95128.59106.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 63 (25% from 255) = 48.46%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=13.85%
G=48.46%
B=37.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1863490.7100.220.75161.3355.5615.88
Hex123F31470164Ba13810
Octal2277611070261132417020
Binary10010111111110001100011101011010010111010000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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