Html Css Color HEX #155D2F Crusoe

📋 copy color: '#155D2F'

red 21 ◦ green 93 ◦ blue 47

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

Shades of Crusoe #155D2F

Tints of Crusoe #155D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 13.04%
G = 57.76%
B = 29.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#155D2F (or 0x155D2F) is known color: Crusoe. HEX triplet: 15, 5D and 2F. RGB value is (21,93,47). Sum of RGB (Red+Green+Blue) = 21+93+47=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #155D2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D2F is #EAA2D0. Grayscale: #424242. Windows color (decimal): -15377105 or 3104021. OLE color: 3104021.

HSL color Cylindrical-coordinate representation of color #155D2F: hue angle of 141.67º 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 #155D2F is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 93 47 -
CMYK 0.77 0 0.49 0.64
HSL 141.67º 0.63% 0.22% -
HSV(B) 141.67º 0.77% 0.36% -
XYZ 4.74 8.19 4.02 -
YUV 66.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 21 93 47 0.77 0 0.49 0.64 141.67 0.63 0.22
Hex 15 5D 2F 4D 0 31 40 8E 3F 16
Octal 25 135 57 115 0 61 100 216 77 26
Binary 10101 1011101 101111 1001101 0 110001 1000000 10001110 111111 10110

Color Harmonies of #155D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D2F

Black with #155D2F

Text Example


Text Example

White with #155D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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