#123D2E

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

Shades of Sherwood Green #123D2E

Tints of Sherwood Green #123D2E

Color information

#123D2E (or 0x123D2E) is unknown color: approx Sherwood Green. HEX triplet: 12, 3D and 2E. RGB value is (18,61,46). Sum of RGB (Red+Green+Blue) = 18+61+46=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #123D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D2E is #EDC2D1. Grayscale: #2E2E2E. Windows color (decimal): -15581906 or 3030290. OLE color: 3030290.

HSL color Cylindrical-coordinate representation of color #123D2E: hue angle of 159.07º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #123D2E is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB186146-
CMYK0.7000.250.76
HSL159.07º54.43%15.49%-
HSV(B)159.07º70.49%23.92%-
XYZ2.413.663.16-
YUV46.43127.75107.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 61 (24.22% from 255) = 48.8%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=14.4%
G=48.8%
B=36.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1861460.7000.250.76159.0754.4315.49
Hex123D2E460194C9f36f
Octal2275561060311142376617
Binary1001011110110111010001100110011001100100111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,61,46); }

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

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

 a { background-color: rgb(18,61,46); }

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

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

 span { border-color: rgb(18,61,46); }

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