Html Css Color HEX #1B472E Zuccini

📋 copy color: '#1B472E'

red 27 ◦ green 71 ◦ blue 46

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

Shades of Zuccini #1B472E

Tints of Zuccini #1B472E

RGB

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

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

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

R = 18.75%
G = 49.31%
B = 31.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#1B472E (or 0x1B472E) is known color: Zuccini. HEX triplet: 1B, 47 and 2E. RGB value is (27,71,46). Sum of RGB (Red+Green+Blue) = 27+71+46=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #1B472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B472E is #E4B8D1. Grayscale: #373737. Windows color (decimal): -14989522 or 3032859. OLE color: 3032859.

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

Color convert

RGB 27 71 46 -
CMYK 0.62 0 0.35 0.72
HSL 145.91º 0.45% 0.19% -
HSV(B) 145.91º 0.62% 0.28% -
XYZ 3.2 4.94 3.37 -
YUV 54.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 27 71 46 0.62 0 0.35 0.72 145.91 0.45 0.19
Hex 1B 47 2E 3E 0 23 48 92 2D 13
Octal 33 107 56 76 0 43 110 222 55 23
Binary 11011 1000111 101110 111110 0 100011 1001000 10010010 101101 10011

Color Harmonies of #1B472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B472E

Black with #1B472E

Text Example


Text Example

White with #1B472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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