Html Css Color HEX #1A4232 Sherwood Green

📋 copy color: '#1A4232'

red 26 ◦ green 66 ◦ blue 50

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

Shades of Sherwood Green #1A4232

Tints of Sherwood Green #1A4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 46.48%

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 18.31%
G = 46.48%
B = 35.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#1A4232 (or 0x1A4232) is known color: Sherwood Green. HEX triplet: 1A, 42 and 32. RGB value is (26,66,50). Sum of RGB (Red+Green+Blue) = 26+66+50=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4232 is #E5BDCD. Grayscale: #343434. Windows color (decimal): -15056334 or 3293722. OLE color: 3293722.

HSL color Cylindrical-coordinate representation of color #1A4232: hue angle of 156º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A4232 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 26 66 50 -
CMYK 0.61 0 0.24 0.74
HSL 156º 0.43% 0.18% -
HSV(B) 156º 0.61% 0.26% -
XYZ 2.95 4.35 3.7 -
YUV 52.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 26 66 50 0.61 0 0.24 0.74 156 0.43 0.18
Hex 1A 42 32 3D 0 18 4A 9C 2B 12
Octal 32 102 62 75 0 30 112 234 53 22
Binary 11010 1000010 110010 111101 0 11000 1001010 10011100 101011 10010

Color Harmonies of #1A4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4232

Black with #1A4232

Text Example


Text Example

White with #1A4232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,66,50); }

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

background-color css

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

 a { background-color: rgb(26,66,50); }

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

border-color css

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

 span { border-color: rgb(26,66,50); }

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