Html Css Color HEX #123D2E Sherwood Green

📋 copy color: '#123D2E'

red 18 ◦ green 61 ◦ blue 46

#123D2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #123D2E

Tints of Sherwood Green #123D2E

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 value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#123D2E (or 0x123D2E) is known color: 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

RGB 18 61 46 -
CMYK 0.70 0 0.25 0.76
HSL 159.07º 0.54% 0.15% -
HSV(B) 159.07º 0.7% 0.24% -
XYZ 2.41 3.66 3.16 -
YUV 46.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 18 61 46 0.70 0 0.25 0.76 159.07 0.54 0.15
Hex 12 3D 2E 46 0 19 4C 9F 36 F
Octal 22 75 56 106 0 31 114 237 66 17
Binary 10010 111101 101110 1000110 0 11001 1001100 10011111 110110 1111

Color Harmonies of #123D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D2E

Black with #123D2E

Text Example


Text Example

White with #123D2E

Text Example


Text Example

HTML Codes & Css Web 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>