Html Css Color HEX #1A472E Zuccini

📋 copy color: '#1A472E'

red 26 ◦ green 71 ◦ blue 46

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

Shades of Zuccini #1A472E

Tints of Zuccini #1A472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 18.18%
G = 49.65%
B = 32.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#1A472E (or 0x1A472E) is known color: Zuccini. HEX triplet: 1A, 47 and 2E. RGB value is (26,71,46). Sum of RGB (Red+Green+Blue) = 26+71+46=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #1A472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A472E is #E5B8D1. Grayscale: #363636. Windows color (decimal): -15055058 or 3032858. OLE color: 3032858.

HSL color Cylindrical-coordinate representation of color #1A472E: hue angle of 146.67º 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 #1A472E is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 26 71 46 -
CMYK 0.63 0 0.35 0.72
HSL 146.67º 0.46% 0.19% -
HSV(B) 146.67º 0.63% 0.28% -
XYZ 3.17 4.92 3.37 -
YUV 54.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 26 71 46 0.63 0 0.35 0.72 146.67 0.46 0.19
Hex 1A 47 2E 3F 0 23 48 93 2E 13
Octal 32 107 56 77 0 43 110 223 56 23
Binary 11010 1000111 101110 111111 0 100011 1001000 10010011 101110 10011

Color Harmonies of #1A472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A472E

Black with #1A472E

Text Example


Text Example

White with #1A472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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