Html Css Color HEX #1B462F Zuccini

📋 copy color: '#1B462F'

red 27 ◦ green 70 ◦ blue 47

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

Shades of Zuccini #1B462F

Tints of Zuccini #1B462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.61%

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 18.75%
G = 48.61%
B = 32.64%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#1B462F (or 0x1B462F) is known color: Zuccini. HEX triplet: 1B, 46 and 2F. RGB value is (27,70,47). Sum of RGB (Red+Green+Blue) = 27+70+47=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #1B462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B462F is #E4B9D0. Grayscale: #363636. Windows color (decimal): -14989777 or 3098139. OLE color: 3098139.

HSL color Cylindrical-coordinate representation of color #1B462F: hue angle of 147.91º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B462F is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 27 70 47 -
CMYK 0.61 0 0.33 0.73
HSL 147.91º 0.44% 0.19% -
HSV(B) 147.91º 0.61% 0.27% -
XYZ 3.16 4.82 3.45 -
YUV 54.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 27 70 47 0.61 0 0.33 0.73 147.91 0.44 0.19
Hex 1B 46 2F 3D 0 21 49 94 2C 13
Octal 33 106 57 75 0 41 111 224 54 23
Binary 11011 1000110 101111 111101 0 100001 1001001 10010100 101100 10011

Color Harmonies of #1B462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B462F

Black with #1B462F

Text Example


Text Example

White with #1B462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,70,47); }

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

background-color css

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

 a { background-color: rgb(27,70,47); }

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

border-color css

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

 span { border-color: rgb(27,70,47); }

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