Html Css Color HEX #123A2E Sherwood Green

📋 copy color: '#123A2E'

red 18 ◦ green 58 ◦ blue 46

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

Shades of Sherwood Green #123A2E

Tints of Sherwood Green #123A2E

RGB

 RED value IS 18 (7.42% from 255) = 14.75%

 GREEN value IS 58 (23.05% from 255) = 47.54%

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 14.75%
G = 47.54%
B = 37.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.77

RGB Variations

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

Color information

#123A2E (or 0x123A2E) is known color: Sherwood Green. HEX triplet: 12, 3A and 2E. RGB value is (18,58,46). Sum of RGB (Red+Green+Blue) = 18+58+46=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 58 - color contains mainly: green. Hex color #123A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A2E is #EDC5D1. Grayscale: #2C2C2C. Windows color (decimal): -15582674 or 3029522. OLE color: 3029522.

HSL color Cylindrical-coordinate representation of color #123A2E: hue angle of 162º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #123A2E is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 58 46 -
CMYK 0.69 0 0.21 0.77
HSL 162º 0.53% 0.15% -
HSV(B) 162º 0.69% 0.23% -
XYZ 2.26 3.35 3.11 -
YUV 44.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 18 58 46 0.69 0 0.21 0.77 162 0.53 0.15
Hex 12 3A 2E 45 0 15 4D A2 35 F
Octal 22 72 56 105 0 25 115 242 65 17
Binary 10010 111010 101110 1000101 0 10101 1001101 10100010 110101 1111

Color Harmonies of #123A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A2E

Black with #123A2E

Text Example


Text Example

White with #123A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #123A2E;
 }
 .AnyTagClassName
 {
   color: #123A2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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