Html Css Color HEX #155E2E Crusoe

📋 copy color: '#155E2E'

red 21 ◦ green 94 ◦ blue 46

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

Shades of Crusoe #155E2E

Tints of Crusoe #155E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.57%

R = 13.04%
G = 58.39%
B = 28.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#155E2E (or 0x155E2E) is known color: Crusoe. HEX triplet: 15, 5E and 2E. RGB value is (21,94,46). Sum of RGB (Red+Green+Blue) = 21+94+46=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 94 (37.11% from 255 or 58.39% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 94 - color contains mainly: green. Hex color #155E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E2E is #EAA1D1. Grayscale: #424242. Windows color (decimal): -15376850 or 3038741. OLE color: 3038741.

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

Color convert

RGB 21 94 46 -
CMYK 0.78 0 0.51 0.63
HSL 140.55º 0.63% 0.23% -
HSV(B) 140.55º 0.78% 0.37% -
XYZ 4.81 8.36 3.95 -
YUV 66.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 21 94 46 0.78 0 0.51 0.63 140.55 0.63 0.23
Hex 15 5E 2E 4E 0 33 3F 8D 3F 17
Octal 25 136 56 116 0 63 77 215 77 27
Binary 10101 1011110 101110 1001110 0 110011 111111 10001101 111111 10111

Color Harmonies of #155E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E2E

Black with #155E2E

Text Example


Text Example

White with #155E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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