Html Css Color HEX #155E2C Crusoe

📋 copy color: '#155E2C'

red 21 ◦ green 94 ◦ blue 44

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

Shades of Crusoe #155E2C

Tints of Crusoe #155E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 13.21%
G = 59.12%
B = 27.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#155E2C (or 0x155E2C) is known color: Crusoe. HEX triplet: 15, 5E and 2C. RGB value is (21,94,44). Sum of RGB (Red+Green+Blue) = 21+94+44=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 94 (37.11% from 255 or 59.12% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 94 - color contains mainly: green. Hex color #155E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E2C is #EAA1D3. Grayscale: #424242. Windows color (decimal): -15376852 or 2907669. OLE color: 2907669.

HSL color Cylindrical-coordinate representation of color #155E2C: hue angle of 138.9º 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 #155E2C is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 94 44 -
CMYK 0.78 0 0.53 0.63
HSL 138.9º 0.63% 0.23% -
HSV(B) 138.9º 0.78% 0.37% -
XYZ 4.77 8.35 3.74 -
YUV 66.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 21 94 44 0.78 0 0.53 0.63 138.9 0.63 0.23
Hex 15 5E 2C 4E 0 35 3F 8B 3F 17
Octal 25 136 54 116 0 65 77 213 77 27
Binary 10101 1011110 101100 1001110 0 110101 111111 10001011 111111 10111

Color Harmonies of #155E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E2C

Black with #155E2C

Text Example


Text Example

White with #155E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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