Html Css Color HEX #1B4328 Deep Fir

📋 copy color: '#1B4328'

red 27 ◦ green 67 ◦ blue 40

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

Shades of Deep Fir #1B4328

Tints of Deep Fir #1B4328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50%

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

R = 20.15%
G = 50%
B = 29.85%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#1B4328 (or 0x1B4328) is known color: Deep Fir. HEX triplet: 1B, 43 and 28. RGB value is (27,67,40). Sum of RGB (Red+Green+Blue) = 27+67+40=134 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.15% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #1B4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4328 is #E4BCD7. Grayscale: #343434. Windows color (decimal): -14990552 or 2638619. OLE color: 2638619.

HSL color Cylindrical-coordinate representation of color #1B4328: hue angle of 139.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B4328 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 27 67 40 -
CMYK 0.60 0 0.40 0.74
HSL 139.5º 0.43% 0.18% -
HSV(B) 139.5º 0.6% 0.26% -
XYZ 2.84 4.4 2.71 -
YUV 51.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 27 67 40 0.60 0 0.40 0.74 139.5 0.43 0.18
Hex 1B 43 28 3C 0 28 4A 8C 2B 12
Octal 33 103 50 74 0 50 112 214 53 22
Binary 11011 1000011 101000 111100 0 101000 1001010 10001100 101011 10010

Color Harmonies of #1B4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4328

Black with #1B4328

Text Example


Text Example

White with #1B4328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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