Html Css Color HEX #1B472D Zuccini

📋 copy color: '#1B472D'

red 27 ◦ green 71 ◦ blue 45

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

Shades of Zuccini #1B472D

Tints of Zuccini #1B472D

RGB

 RED value IS 27 (10.94% from 255) = 18.88%

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

 BLUE value IS 45 (17.97% from 255) = 31.47%

R = 18.88%
G = 49.65%
B = 31.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#1B472D (or 0x1B472D) is known color: Zuccini. HEX triplet: 1B, 47 and 2D. RGB value is (27,71,45). Sum of RGB (Red+Green+Blue) = 27+71+45=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #1B472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B472D is #E4B8D2. Grayscale: #363636. Windows color (decimal): -14989523 or 2967323. OLE color: 2967323.

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

Color convert

RGB 27 71 45 -
CMYK 0.62 0 0.37 0.72
HSL 144.55º 0.45% 0.19% -
HSV(B) 144.55º 0.62% 0.28% -
XYZ 3.18 4.93 3.27 -
YUV 54.88 122.42 108.11 -
System Red Green Blue C M Y K H S L
Decimal 27 71 45 0.62 0 0.37 0.72 144.55 0.45 0.19
Hex 1B 47 2D 3E 0 25 48 91 2D 13
Octal 33 107 55 76 0 45 110 221 55 23
Binary 11011 1000111 101101 111110 0 100101 1001000 10010001 101101 10011

Color Harmonies of #1B472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B472D

Black with #1B472D

Text Example


Text Example

White with #1B472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,71,45); }

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

background-color css

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

 a { background-color: rgb(27,71,45); }

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

border-color css

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

 span { border-color: rgb(27,71,45); }

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