Html Css Color HEX #155B1F Crusoe

📋 copy color: '#155B1F'

red 21 ◦ green 91 ◦ blue 31

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

Shades of Crusoe #155B1F

Tints of Crusoe #155B1F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 63.64%

 BLUE value IS 31 (12.5% from 255) = 21.68%

R = 14.69%
G = 63.64%
B = 21.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.66

 K value IS 0.64

RGB Variations

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

Color information

#155B1F (or 0x155B1F) is known color: Crusoe. HEX triplet: 15, 5B and 1F. RGB value is (21,91,31). Sum of RGB (Red+Green+Blue) = 21+91+31=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #155B1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B1F is #EAA4E0. Grayscale: #3F3F3F. Windows color (decimal): -15377633 or 2054933. OLE color: 2054933.

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

Color convert

RGB 21 91 31 -
CMYK 0.77 0 0.66 0.64
HSL 128.57º 0.63% 0.22% -
HSV(B) 128.57º 0.77% 0.36% -
XYZ 4.3 7.74 2.56 -
YUV 63.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 21 91 31 0.77 0 0.66 0.64 128.57 0.63 0.22
Hex 15 5B 1F 4D 0 42 40 81 3E 16
Octal 25 133 37 115 0 102 100 201 76 26
Binary 10101 1011011 11111 1001101 0 1000010 1000000 10000001 111110 10110

Color Harmonies of #155B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B1F

Black with #155B1F

Text Example


Text Example

White with #155B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,31); }

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

background-color css

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

 a { background-color: rgb(21,91,31); }

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

border-color css

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

 span { border-color: rgb(21,91,31); }

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