Html Css Color HEX #1B422E Zuccini

📋 copy color: '#1B422E'

red 27 ◦ green 66 ◦ blue 46

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

Shades of Zuccini #1B422E

Tints of Zuccini #1B422E

RGB

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

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

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

R = 19.42%
G = 47.48%
B = 33.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#1B422E (or 0x1B422E) is known color: Zuccini. HEX triplet: 1B, 42 and 2E. RGB value is (27,66,46). Sum of RGB (Red+Green+Blue) = 27+66+46=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #1B422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B422E is #E4BDD1. Grayscale: #343434. Windows color (decimal): -14990802 or 3031579. OLE color: 3031579.

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

Color convert

RGB 27 66 46 -
CMYK 0.59 0 0.30 0.74
HSL 149.23º 0.42% 0.18% -
HSV(B) 149.23º 0.59% 0.26% -
XYZ 2.89 4.33 3.27 -
YUV 52.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 27 66 46 0.59 0 0.30 0.74 149.23 0.42 0.18
Hex 1B 42 2E 3B 0 1E 4A 95 2A 12
Octal 33 102 56 73 0 36 112 225 52 22
Binary 11011 1000010 101110 111011 0 11110 1001010 10010101 101010 10010

Color Harmonies of #1B422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B422E

Black with #1B422E

Text Example


Text Example

White with #1B422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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