Html Css Color HEX #1A4F29 Crusoe

📋 copy color: '#1A4F29'

red 26 ◦ green 79 ◦ blue 41

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

Shades of Crusoe #1A4F29

Tints of Crusoe #1A4F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 54.11%

 BLUE value IS 41 (16.41% from 255) = 28.08%

R = 17.81%
G = 54.11%
B = 28.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#1A4F29 (or 0x1A4F29) is known color: Crusoe. HEX triplet: 1A, 4F and 29. RGB value is (26,79,41). Sum of RGB (Red+Green+Blue) = 26+79+41=146 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.81% from 146); Green value is 79 (31.25% from 255 or 54.11% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 79 - color contains mainly: green. Hex color #1A4F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4F29 is #E5B0D6. Grayscale: #3A3A3A. Windows color (decimal): -15053015 or 2707226. OLE color: 2707226.

HSL color Cylindrical-coordinate representation of color #1A4F29: hue angle of 136.98º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4F29 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 26 79 41 -
CMYK 0.67 0 0.48 0.69
HSL 136.98º 0.5% 0.21% -
HSV(B) 136.98º 0.67% 0.31% -
XYZ 3.62 5.97 3.06 -
YUV 58.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 26 79 41 0.67 0 0.48 0.69 136.98 0.5 0.21
Hex 1A 4F 29 43 0 30 45 89 32 15
Octal 32 117 51 103 0 60 105 211 62 25
Binary 11010 1001111 101001 1000011 0 110000 1000101 10001001 110010 10101

Color Harmonies of #1A4F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4F29

Black with #1A4F29

Text Example


Text Example

White with #1A4F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,79,41); }

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

background-color css

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

 a { background-color: rgb(26,79,41); }

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

border-color css

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

 span { border-color: rgb(26,79,41); }

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