Html Css Color HEX #1F462E Zuccini

📋 copy color: '#1F462E'

red 31 ◦ green 70 ◦ blue 46

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

Shades of Zuccini #1F462E

Tints of Zuccini #1F462E

RGB

 RED value IS 31 (12.5% from 255) = 21.09%

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

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

R = 21.09%
G = 47.62%
B = 31.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#1F462E (or 0x1F462E) is known color: Zuccini. HEX triplet: 1F, 46 and 2E. RGB value is (31,70,46). Sum of RGB (Red+Green+Blue) = 31+70+46=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #1F462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F462E is #E0B9D1. Grayscale: #373737. Windows color (decimal): -14727634 or 3032607. OLE color: 3032607.

HSL color Cylindrical-coordinate representation of color #1F462E: hue angle of 143.08º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F462E is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 31 70 46 -
CMYK 0.56 0 0.34 0.73
HSL 143.08º 0.39% 0.2% -
HSV(B) 143.08º 0.56% 0.27% -
XYZ 3.25 4.87 3.35 -
YUV 55.6 122.58 110.45 -
System Red Green Blue C M Y K H S L
Decimal 31 70 46 0.56 0 0.34 0.73 143.08 0.39 0.2
Hex 1F 46 2E 38 0 22 49 8F 27 14
Octal 37 106 56 70 0 42 111 217 47 24
Binary 11111 1000110 101110 111000 0 100010 1001001 10001111 100111 10100

Color Harmonies of #1F462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F462E

Black with #1F462E

Text Example


Text Example

White with #1F462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,46); }

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

background-color css

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

 a { background-color: rgb(31,70,46); }

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

border-color css

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

 span { border-color: rgb(31,70,46); }

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