Html Css Color HEX #1A4627 Deep Fir

📋 copy color: '#1A4627'

red 26 ◦ green 70 ◦ blue 39

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

Shades of Deep Fir #1A4627

Tints of Deep Fir #1A4627

RGB

 RED value IS 26 (10.55% from 255) = 19.26%

 GREEN value IS 70 (27.73% from 255) = 51.85%

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 19.26%
G = 51.85%
B = 28.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#1A4627 (or 0x1A4627) is known color: Deep Fir. HEX triplet: 1A, 46 and 27. RGB value is (26,70,39). Sum of RGB (Red+Green+Blue) = 26+70+39=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #1A4627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4627 is #E5B9D8. Grayscale: #353535. Windows color (decimal): -15055321 or 2573850. OLE color: 2573850.

HSL color Cylindrical-coordinate representation of color #1A4627: hue angle of 137.73º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1A4627 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 26 70 39 -
CMYK 0.63 0 0.44 0.73
HSL 137.73º 0.46% 0.19% -
HSV(B) 137.73º 0.63% 0.27% -
XYZ 2.98 4.75 2.68 -
YUV 53.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 26 70 39 0.63 0 0.44 0.73 137.73 0.46 0.19
Hex 1A 46 27 3F 0 2C 49 8A 2E 13
Octal 32 106 47 77 0 54 111 212 56 23
Binary 11010 1000110 100111 111111 0 101100 1001001 10001010 101110 10011

Color Harmonies of #1A4627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4627

Black with #1A4627

Text Example


Text Example

White with #1A4627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,70,39); }

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

background-color css

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

 a { background-color: rgb(26,70,39); }

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

border-color css

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

 span { border-color: rgb(26,70,39); }

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