#123E2F

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

Shades of Sherwood Green #123E2F

Tints of Sherwood Green #123E2F

Color information

#123E2F (or 0x123E2F) is unknown color: approx Sherwood Green. HEX triplet: 12, 3E and 2F. RGB value is (18,62,47). Sum of RGB (Red+Green+Blue) = 18+62+47=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 62 - color contains mainly: green. Hex color #123E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123E2F is #EDC1D0. Grayscale: #2F2F2F. Windows color (decimal): -15581649 or 3096082. OLE color: 3096082.

HSL color Cylindrical-coordinate representation of color #123E2F: hue angle of 159.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #123E2F is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.76.

Color convert

RGB186247-
CMYK0.7100.240.76
HSL159.55º55%15.69%-
HSV(B)159.55º70.97%24.31%-
XYZ2.493.783.29-
YUV47.13127.92107.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 62 (24.61% from 255) = 48.82%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=14.17%
G=48.82%
B=37.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1862470.7100.240.76159.555515.69
Hex123E2F470184Ca03710
Octal2276571070301142406720
Binary10010111110101111100011101100010011001010000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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