Html Css Color HEX #1B4125 Deep Fir

📋 copy color: '#1B4125'

red 27 ◦ green 65 ◦ blue 37

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

Shades of Deep Fir #1B4125

Tints of Deep Fir #1B4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.39%

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 20.93%
G = 50.39%
B = 28.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#1B4125 (or 0x1B4125) is known color: Deep Fir. HEX triplet: 1B, 41 and 25. RGB value is (27,65,37). Sum of RGB (Red+Green+Blue) = 27+65+37=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #1B4125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4125 is #E4BEDA. Grayscale: #323232. Windows color (decimal): -14991067 or 2441499. OLE color: 2441499.

HSL color Cylindrical-coordinate representation of color #1B4125: hue angle of 135.79º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B4125 is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 65 37 -
CMYK 0.58 0 0.43 0.75
HSL 135.79º 0.41% 0.18% -
HSV(B) 135.79º 0.58% 0.25% -
XYZ 2.68 4.15 2.41 -
YUV 50.45 120.41 111.28 -
System Red Green Blue C M Y K H S L
Decimal 27 65 37 0.58 0 0.43 0.75 135.79 0.41 0.18
Hex 1B 41 25 3A 0 2B 4B 88 29 12
Octal 33 101 45 72 0 53 113 210 51 22
Binary 11011 1000001 100101 111010 0 101011 1001011 10001000 101001 10010

Color Harmonies of #1B4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4125

Black with #1B4125

Text Example


Text Example

White with #1B4125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,65,37); }

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

background-color css

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

 a { background-color: rgb(27,65,37); }

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

border-color css

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

 span { border-color: rgb(27,65,37); }

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