Html Css Color HEX #1B492A Zuccini

📋 copy color: '#1B492A'

red 27 ◦ green 73 ◦ blue 42

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

Shades of Zuccini #1B492A

Tints of Zuccini #1B492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.41%

 BLUE value IS 42 (16.8% from 255) = 29.58%

R = 19.01%
G = 51.41%
B = 29.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#1B492A (or 0x1B492A) is known color: Zuccini. HEX triplet: 1B, 49 and 2A. RGB value is (27,73,42). Sum of RGB (Red+Green+Blue) = 27+73+42=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #1B492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B492A is #E4B6D5. Grayscale: #373737. Windows color (decimal): -14989014 or 2771227. OLE color: 2771227.

HSL color Cylindrical-coordinate representation of color #1B492A: hue angle of 139.57º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B492A is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 73 42 -
CMYK 0.63 0 0.42 0.71
HSL 139.57º 0.46% 0.2% -
HSV(B) 139.57º 0.63% 0.29% -
XYZ 3.25 5.17 3.02 -
YUV 55.71 120.26 107.52 -
System Red Green Blue C M Y K H S L
Decimal 27 73 42 0.63 0 0.42 0.71 139.57 0.46 0.2
Hex 1B 49 2A 3F 0 2A 47 8C 2E 14
Octal 33 111 52 77 0 52 107 214 56 24
Binary 11011 1001001 101010 111111 0 101010 1000111 10001100 101110 10100

Color Harmonies of #1B492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B492A

Black with #1B492A

Text Example


Text Example

White with #1B492A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,73,42); }

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

background-color css

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

 a { background-color: rgb(27,73,42); }

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

border-color css

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

 span { border-color: rgb(27,73,42); }

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