Html Css Color HEX #1A4725 Deep Fir

📋 copy color: '#1A4725'

red 26 ◦ green 71 ◦ blue 37

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

Shades of Deep Fir #1A4725

Tints of Deep Fir #1A4725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 52.99%

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

R = 19.4%
G = 52.99%
B = 27.61%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#1A4725 (or 0x1A4725) is known color: Deep Fir. HEX triplet: 1A, 47 and 25. RGB value is (26,71,37). Sum of RGB (Red+Green+Blue) = 26+71+37=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #1A4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4725 is #E5B8DA. Grayscale: #353535. Windows color (decimal): -15055067 or 2443034. OLE color: 2443034.

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

Color convert

RGB 26 71 37 -
CMYK 0.63 0 0.48 0.72
HSL 134.67º 0.46% 0.19% -
HSV(B) 134.67º 0.63% 0.28% -
XYZ 3.01 4.86 2.53 -
YUV 53.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 26 71 37 0.63 0 0.48 0.72 134.67 0.46 0.19
Hex 1A 47 25 3F 0 30 48 87 2E 13
Octal 32 107 45 77 0 60 110 207 56 23
Binary 11010 1000111 100101 111111 0 110000 1001000 10000111 101110 10011

Color Harmonies of #1A4725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4725

Black with #1A4725

Text Example


Text Example

White with #1A4725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,71,37); }

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

background-color css

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

 a { background-color: rgb(26,71,37); }

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

border-color css

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

 span { border-color: rgb(26,71,37); }

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