Html Css Color HEX #123A2C Sherwood Green

📋 copy color: '#123A2C'

red 18 ◦ green 58 ◦ blue 44

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

Shades of Sherwood Green #123A2C

Tints of Sherwood Green #123A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.67%

R = 15%
G = 48.33%
B = 36.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.77

RGB Variations

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

Color information

#123A2C (or 0x123A2C) is known color: Sherwood Green. HEX triplet: 12, 3A and 2C. RGB value is (18,58,44). Sum of RGB (Red+Green+Blue) = 18+58+44=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #123A2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123A2C is #EDC5D3. Grayscale: #2C2C2C. Windows color (decimal): -15582676 or 2898450. OLE color: 2898450.

HSL color Cylindrical-coordinate representation of color #123A2C: hue angle of 159º 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 #123A2C is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 58 44 -
CMYK 0.69 0 0.24 0.77
HSL 159º 0.53% 0.15% -
HSV(B) 159º 0.69% 0.23% -
XYZ 2.22 3.34 2.91 -
YUV 44.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 18 58 44 0.69 0 0.24 0.77 159 0.53 0.15
Hex 12 3A 2C 45 0 18 4D 9F 35 F
Octal 22 72 54 105 0 30 115 237 65 17
Binary 10010 111010 101100 1000101 0 11000 1001101 10011111 110101 1111

Color Harmonies of #123A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123A2C

Black with #123A2C

Text Example


Text Example

White with #123A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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