Html Css Color HEX #1A4732 County Green

📋 copy color: '#1A4732'

red 26 ◦ green 71 ◦ blue 50

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

Shades of County Green #1A4732

Tints of County Green #1A4732

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.3%

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

R = 17.69%
G = 48.3%
B = 34.01%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#1A4732 (or 0x1A4732) is known color: County Green. HEX triplet: 1A, 47 and 32. RGB value is (26,71,50). Sum of RGB (Red+Green+Blue) = 26+71+50=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4732 is #E5B8CD. Grayscale: #373737. Windows color (decimal): -15055054 or 3295002. OLE color: 3295002.

HSL color Cylindrical-coordinate representation of color #1A4732: hue angle of 152º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4732 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 71 50 -
CMYK 0.63 0 0.30 0.72
HSL 152º 0.46% 0.19% -
HSV(B) 152º 0.63% 0.28% -
XYZ 3.25 4.96 3.8 -
YUV 55.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 26 71 50 0.63 0 0.30 0.72 152 0.46 0.19
Hex 1A 47 32 3F 0 1E 48 98 2E 13
Octal 32 107 62 77 0 36 110 230 56 23
Binary 11010 1000111 110010 111111 0 11110 1001000 10011000 101110 10011

Color Harmonies of #1A4732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4732

Black with #1A4732

Text Example


Text Example

White with #1A4732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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