Html Css Color HEX #1B5429 Crusoe

📋 copy color: '#1B5429'

red 27 ◦ green 84 ◦ blue 41

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

Shades of Crusoe #1B5429

Tints of Crusoe #1B5429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.26%

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

R = 17.76%
G = 55.26%
B = 26.97%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#1B5429 (or 0x1B5429) is known color: Crusoe. HEX triplet: 1B, 54 and 29. RGB value is (27,84,41). Sum of RGB (Red+Green+Blue) = 27+84+41=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #1B5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5429 is #E4ABD6. Grayscale: #3E3E3E. Windows color (decimal): -14986199 or 2708507. OLE color: 2708507.

HSL color Cylindrical-coordinate representation of color #1B5429: hue angle of 134.74º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B5429 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 84 41 -
CMYK 0.68 0 0.51 0.67
HSL 134.74º 0.51% 0.22% -
HSV(B) 134.74º 0.68% 0.33% -
XYZ 4.02 6.73 3.19 -
YUV 62.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 27 84 41 0.68 0 0.51 0.67 134.74 0.51 0.22
Hex 1B 54 29 44 0 33 43 87 33 16
Octal 33 124 51 104 0 63 103 207 63 26
Binary 11011 1010100 101001 1000100 0 110011 1000011 10000111 110011 10110

Color Harmonies of #1B5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5429

Black with #1B5429

Text Example


Text Example

White with #1B5429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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