Html Css Color HEX #1B4E29 Crusoe

📋 copy color: '#1B4E29'

red 27 ◦ green 78 ◦ blue 41

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

Shades of Crusoe #1B4E29

Tints of Crusoe #1B4E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 53.42%

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

R = 18.49%
G = 53.42%
B = 28.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#1B4E29 (or 0x1B4E29) is known color: Crusoe. HEX triplet: 1B, 4E and 29. RGB value is (27,78,41). Sum of RGB (Red+Green+Blue) = 27+78+41=146 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.49% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #1B4E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B4E29 is #E4B1D6. Grayscale: #3A3A3A. Windows color (decimal): -14987735 or 2706971. OLE color: 2706971.

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

Color convert

RGB 27 78 41 -
CMYK 0.65 0 0.47 0.69
HSL 136.47º 0.49% 0.21% -
HSV(B) 136.47º 0.65% 0.31% -
XYZ 3.58 5.84 3.04 -
YUV 58.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 27 78 41 0.65 0 0.47 0.69 136.47 0.49 0.21
Hex 1B 4E 29 41 0 2F 45 88 31 15
Octal 33 116 51 101 0 57 105 210 61 25
Binary 11011 1001110 101001 1000001 0 101111 1000101 10001000 110001 10101

Color Harmonies of #1B4E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4E29

Black with #1B4E29

Text Example


Text Example

White with #1B4E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,78,41); }

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

background-color css

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

 a { background-color: rgb(27,78,41); }

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

border-color css

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

 span { border-color: rgb(27,78,41); }

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