Html Css Color HEX #1F472F Zuccini

📋 copy color: '#1F472F'

red 31 ◦ green 71 ◦ blue 47

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

Shades of Zuccini #1F472F

Tints of Zuccini #1F472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.65%

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

R = 20.81%
G = 47.65%
B = 31.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#1F472F (or 0x1F472F) is known color: Zuccini. HEX triplet: 1F, 47 and 2F. RGB value is (31,71,47). Sum of RGB (Red+Green+Blue) = 31+71+47=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #1F472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F472F is #E0B8D0. Grayscale: #383838. Windows color (decimal): -14727377 or 3098399. OLE color: 3098399.

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

Color convert

RGB 31 71 47 -
CMYK 0.56 0 0.34 0.72
HSL 144º 0.39% 0.2% -
HSV(B) 144º 0.56% 0.28% -
XYZ 3.33 5 3.48 -
YUV 56.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 31 71 47 0.56 0 0.34 0.72 144 0.39 0.2
Hex 1F 47 2F 38 0 22 48 90 27 14
Octal 37 107 57 70 0 42 110 220 47 24
Binary 11111 1000111 101111 111000 0 100010 1001000 10010000 100111 10100

Color Harmonies of #1F472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F472F

Black with #1F472F

Text Example


Text Example

White with #1F472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,71,47); }

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

background-color css

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

 a { background-color: rgb(31,71,47); }

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

border-color css

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

 span { border-color: rgb(31,71,47); }

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