Html Css Color HEX #1A3E31 Sherwood Green

📋 copy color: '#1A3E31'

red 26 ◦ green 62 ◦ blue 49

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

Shades of Sherwood Green #1A3E31

Tints of Sherwood Green #1A3E31

RGB

 RED value IS 26 (10.55% from 255) = 18.98%

 GREEN value IS 62 (24.61% from 255) = 45.26%

 BLUE value IS 49 (19.53% from 255) = 35.77%

R = 18.98%
G = 45.26%
B = 35.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#1A3E31 (or 0x1A3E31) is known color: Sherwood Green. HEX triplet: 1A, 3E and 31. RGB value is (26,62,49). Sum of RGB (Red+Green+Blue) = 26+62+49=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 62 (24.61% from 255 or 45.26% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E31 is #E5C1CE. Grayscale: #313131. Windows color (decimal): -15057359 or 3227162. OLE color: 3227162.

HSL color Cylindrical-coordinate representation of color #1A3E31: hue angle of 158.33º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A3E31 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 62 49 -
CMYK 0.58 0 0.21 0.76
HSL 158.33º 0.41% 0.17% -
HSV(B) 158.33º 0.58% 0.24% -
XYZ 2.7 3.89 3.51 -
YUV 49.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 26 62 49 0.58 0 0.21 0.76 158.33 0.41 0.17
Hex 1A 3E 31 3A 0 15 4C 9E 29 11
Octal 32 76 61 72 0 25 114 236 51 21
Binary 11010 111110 110001 111010 0 10101 1001100 10011110 101001 10001

Color Harmonies of #1A3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3E31

Black with #1A3E31

Text Example


Text Example

White with #1A3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A3E31; }

 p { color: rgb(26,62,49); }

 H1.HeaderClassName
 {
   color: #1A3E31;
 }
 .AnyTagClassName
 {
   color: #1A3E31;
 }
</style>

background-color css

<style>
 a { background-color: #1A3E31; }

 a { background-color: rgb(26,62,49); }

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

border-color css

<style>
 span { border-color: #1A3E31; }

 span { border-color: rgb(26,62,49); }

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