Html Css Color HEX #1A3A31 Sherwood Green

📋 copy color: '#1A3A31'

red 26 ◦ green 58 ◦ blue 49

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

Shades of Sherwood Green #1A3A31

Tints of Sherwood Green #1A3A31

RGB

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

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

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

R = 19.55%
G = 43.61%
B = 36.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.77

RGB Variations

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

Color information

#1A3A31 (or 0x1A3A31) is known color: Sherwood Green. HEX triplet: 1A, 3A and 31. RGB value is (26,58,49). Sum of RGB (Red+Green+Blue) = 26+58+49=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A31 is #E5C5CE. Grayscale: #2F2F2F. Windows color (decimal): -15058383 or 3226138. OLE color: 3226138.

HSL color Cylindrical-coordinate representation of color #1A3A31: hue angle of 163.12º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A31 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB 26 58 49 -
CMYK 0.55 0 0.16 0.77
HSL 163.13º 0.38% 0.16% -
HSV(B) 163.13º 0.55% 0.23% -
XYZ 2.49 3.47 3.44 -
YUV 47.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 26 58 49 0.55 0 0.16 0.77 163.13 0.38 0.16
Hex 1A 3A 31 37 0 10 4D A3 26 10
Octal 32 72 61 67 0 20 115 243 46 20
Binary 11010 111010 110001 110111 0 10000 1001101 10100011 100110 10000

Color Harmonies of #1A3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3A31

Black with #1A3A31

Text Example


Text Example

White with #1A3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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