Html Css Color HEX #1F3628 Holly

📋 copy color: '#1F3628'

red 31 ◦ green 54 ◦ blue 40

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

Shades of Holly #1F3628

Tints of Holly #1F3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.2%

 BLUE value IS 40 (16.02% from 255) = 32%

R = 24.8%
G = 43.2%
B = 32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#1F3628 (or 0x1F3628) is known color: Holly. HEX triplet: 1F, 36 and 28. RGB value is (31,54,40). Sum of RGB (Red+Green+Blue) = 31+54+40=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3628 is #E0C9D7. Grayscale: #2D2D2D. Windows color (decimal): -14731736 or 2635295. OLE color: 2635295.

HSL color Cylindrical-coordinate representation of color #1F3628: hue angle of 143.48º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3628 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 31 54 40 -
CMYK 0.43 0 0.26 0.79
HSL 143.48º 0.27% 0.17% -
HSV(B) 143.48º 0.43% 0.21% -
XYZ 2.27 3.08 2.48 -
YUV 45.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 31 54 40 0.43 0 0.26 0.79 143.48 0.27 0.17
Hex 1F 36 28 2B 0 1A 4F 8F 1B 11
Octal 37 66 50 53 0 32 117 217 33 21
Binary 11111 110110 101000 101011 0 11010 1001111 10001111 11011 10001

Color Harmonies of #1F3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3628

Black with #1F3628

Text Example


Text Example

White with #1F3628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,54,40); }

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

background-color css

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

 a { background-color: rgb(31,54,40); }

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

border-color css

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

 span { border-color: rgb(31,54,40); }

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