Html Css Color HEX #1F4630 Zuccini

📋 copy color: '#1F4630'

red 31 ◦ green 70 ◦ blue 48

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

Shades of Zuccini #1F4630

Tints of Zuccini #1F4630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.21%

R = 20.81%
G = 46.98%
B = 32.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#1F4630 (or 0x1F4630) is known color: Zuccini. HEX triplet: 1F, 46 and 30. RGB value is (31,70,48). Sum of RGB (Red+Green+Blue) = 31+70+48=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #1F4630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4630 is #E0B9CF. Grayscale: #373737. Windows color (decimal): -14727632 or 3163679. OLE color: 3163679.

HSL color Cylindrical-coordinate representation of color #1F4630: hue angle of 146.15º 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 #1F4630 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 31 70 48 -
CMYK 0.56 0 0.31 0.73
HSL 146.15º 0.39% 0.2% -
HSV(B) 146.15º 0.56% 0.27% -
XYZ 3.29 4.89 3.57 -
YUV 55.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 31 70 48 0.56 0 0.31 0.73 146.15 0.39 0.2
Hex 1F 46 30 38 0 1F 49 92 27 14
Octal 37 106 60 70 0 37 111 222 47 24
Binary 11111 1000110 110000 111000 0 11111 1001001 10010010 100111 10100

Color Harmonies of #1F4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4630

Black with #1F4630

Text Example


Text Example

White with #1F4630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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