Html Css Color HEX #155D2C Crusoe

📋 copy color: '#155D2C'

red 21 ◦ green 93 ◦ blue 44

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

Shades of Crusoe #155D2C

Tints of Crusoe #155D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 58.86%

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

R = 13.29%
G = 58.86%
B = 27.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#155D2C (or 0x155D2C) is known color: Crusoe. HEX triplet: 15, 5D and 2C. RGB value is (21,93,44). Sum of RGB (Red+Green+Blue) = 21+93+44=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 93 (36.72% from 255 or 58.86% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 93 - color contains mainly: green. Hex color #155D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D2C is #EAA2D3. Grayscale: #424242. Windows color (decimal): -15377108 or 2907413. OLE color: 2907413.

HSL color Cylindrical-coordinate representation of color #155D2C: hue angle of 139.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155D2C is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 93 44 -
CMYK 0.77 0 0.53 0.64
HSL 139.17º 0.63% 0.22% -
HSV(B) 139.17º 0.77% 0.36% -
XYZ 4.68 8.17 3.71 -
YUV 65.89 115.65 95.98 -
System Red Green Blue C M Y K H S L
Decimal 21 93 44 0.77 0 0.53 0.64 139.17 0.63 0.22
Hex 15 5D 2C 4D 0 35 40 8B 3F 16
Octal 25 135 54 115 0 65 100 213 77 26
Binary 10101 1011101 101100 1001101 0 110101 1000000 10001011 111111 10110

Color Harmonies of #155D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D2C

Black with #155D2C

Text Example


Text Example

White with #155D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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