Html Css Color HEX #155E29 Crusoe

📋 copy color: '#155E29'

red 21 ◦ green 94 ◦ blue 41

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

Shades of Crusoe #155E29

Tints of Crusoe #155E29

RGB

 RED value IS 21 (8.59% from 255) = 13.46%

 GREEN value IS 94 (37.11% from 255) = 60.26%

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

R = 13.46%
G = 60.26%
B = 26.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#155E29 (or 0x155E29) is known color: Crusoe. HEX triplet: 15, 5E and 29. RGB value is (21,94,41). Sum of RGB (Red+Green+Blue) = 21+94+41=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 94 (37.11% from 255 or 60.26% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 94 - color contains mainly: green. Hex color #155E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E29 is #EAA1D6. Grayscale: #424242. Windows color (decimal): -15376855 or 2711061. OLE color: 2711061.

HSL color Cylindrical-coordinate representation of color #155E29: hue angle of 136.44º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E29 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 41 -
CMYK 0.78 0 0.56 0.63
HSL 136.44º 0.63% 0.23% -
HSV(B) 136.44º 0.78% 0.37% -
XYZ 4.71 8.32 3.46 -
YUV 66.13 113.82 95.81 -
System Red Green Blue C M Y K H S L
Decimal 21 94 41 0.78 0 0.56 0.63 136.44 0.63 0.23
Hex 15 5E 29 4E 0 38 3F 88 3F 17
Octal 25 136 51 116 0 70 77 210 77 27
Binary 10101 1011110 101001 1001110 0 111000 111111 10001000 111111 10111

Color Harmonies of #155E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E29

Black with #155E29

Text Example


Text Example

White with #155E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155E29; }

 p { color: rgb(21,94,41); }

 H1.HeaderClassName
 {
   color: #155E29;
 }
 .AnyTagClassName
 {
   color: #155E29;
 }
</style>

background-color css

<style>
 a { background-color: #155E29; }

 a { background-color: rgb(21,94,41); }

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

border-color css

<style>
 span { border-color: #155E29; }

 span { border-color: rgb(21,94,41); }

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