Html Css Color HEX #123D2D Sherwood Green

📋 copy color: '#123D2D'

red 18 ◦ green 61 ◦ blue 45

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

Shades of Sherwood Green #123D2D

Tints of Sherwood Green #123D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 49.19%

 BLUE value IS 45 (17.97% from 255) = 36.29%

R = 14.52%
G = 49.19%
B = 36.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#123D2D (or 0x123D2D) is known color: Sherwood Green. HEX triplet: 12, 3D and 2D. RGB value is (18,61,45). Sum of RGB (Red+Green+Blue) = 18+61+45=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #123D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123D2D is #EDC2D2. Grayscale: #2E2E2E. Windows color (decimal): -15581907 or 2964754. OLE color: 2964754.

HSL color Cylindrical-coordinate representation of color #123D2D: hue angle of 157.67º 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 #123D2D is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 61 45 -
CMYK 0.70 0 0.26 0.76
HSL 157.67º 0.54% 0.15% -
HSV(B) 157.67º 0.7% 0.24% -
XYZ 2.39 3.66 3.06 -
YUV 46.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 18 61 45 0.70 0 0.26 0.76 157.67 0.54 0.15
Hex 12 3D 2D 46 0 1A 4C 9E 36 F
Octal 22 75 55 106 0 32 114 236 66 17
Binary 10010 111101 101101 1000110 0 11010 1001100 10011110 110110 1111

Color Harmonies of #123D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123D2D

Black with #123D2D

Text Example


Text Example

White with #123D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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