Html Css Color HEX #1B4228 Deep Fir

📋 copy color: '#1B4228'

red 27 ◦ green 66 ◦ blue 40

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

Shades of Deep Fir #1B4228

Tints of Deep Fir #1B4228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

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

R = 20.3%
G = 49.62%
B = 30.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#1B4228 (or 0x1B4228) is known color: Deep Fir. HEX triplet: 1B, 42 and 28. RGB value is (27,66,40). Sum of RGB (Red+Green+Blue) = 27+66+40=133 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.30% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #1B4228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4228 is #E4BDD7. Grayscale: #333333. Windows color (decimal): -14990808 or 2638363. OLE color: 2638363.

HSL color Cylindrical-coordinate representation of color #1B4228: hue angle of 140º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1B4228 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 66 40 -
CMYK 0.59 0 0.39 0.74
HSL 140º 0.42% 0.18% -
HSV(B) 140º 0.59% 0.26% -
XYZ 2.78 4.28 2.69 -
YUV 51.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 27 66 40 0.59 0 0.39 0.74 140 0.42 0.18
Hex 1B 42 28 3B 0 27 4A 8C 2A 12
Octal 33 102 50 73 0 47 112 214 52 22
Binary 11011 1000010 101000 111011 0 100111 1001010 10001100 101010 10010

Color Harmonies of #1B4228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4228

Black with #1B4228

Text Example


Text Example

White with #1B4228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,66,40); }

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

background-color css

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

 a { background-color: rgb(27,66,40); }

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

border-color css

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

 span { border-color: rgb(27,66,40); }

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