Html Css Color HEX #155E2B Crusoe

📋 copy color: '#155E2B'

red 21 ◦ green 94 ◦ blue 43

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

Shades of Crusoe #155E2B

Tints of Crusoe #155E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 13.29%
G = 59.49%
B = 27.22%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#155E2B (or 0x155E2B) is known color: Crusoe. HEX triplet: 15, 5E and 2B. RGB value is (21,94,43). Sum of RGB (Red+Green+Blue) = 21+94+43=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 94 (37.11% from 255 or 59.49% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 94 - color contains mainly: green. Hex color #155E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E2B is #EAA1D4. Grayscale: #424242. Windows color (decimal): -15376853 or 2842133. OLE color: 2842133.

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

Color convert

RGB 21 94 43 -
CMYK 0.78 0 0.54 0.63
HSL 138.08º 0.63% 0.23% -
HSV(B) 138.08º 0.78% 0.37% -
XYZ 4.75 8.34 3.64 -
YUV 66.36 114.82 95.65 -
System Red Green Blue C M Y K H S L
Decimal 21 94 43 0.78 0 0.54 0.63 138.08 0.63 0.23
Hex 15 5E 2B 4E 0 36 3F 8A 3F 17
Octal 25 136 53 116 0 66 77 212 77 27
Binary 10101 1011110 101011 1001110 0 110110 111111 10001010 111111 10111

Color Harmonies of #155E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155E2B

Black with #155E2B

Text Example


Text Example

White with #155E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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