Html Css Color HEX #155A1E Crusoe

📋 copy color: '#155A1E'

red 21 ◦ green 90 ◦ blue 30

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

Shades of Crusoe #155A1E

Tints of Crusoe #155A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 63.83%

 BLUE value IS 30 (12.11% from 255) = 21.28%

R = 14.89%
G = 63.83%
B = 21.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#155A1E (or 0x155A1E) is known color: Crusoe. HEX triplet: 15, 5A and 1E. RGB value is (21,90,30). Sum of RGB (Red+Green+Blue) = 21+90+30=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #155A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A1E is #EAA5E1. Grayscale: #3E3E3E. Windows color (decimal): -15377890 or 1989141. OLE color: 1989141.

HSL color Cylindrical-coordinate representation of color #155A1E: hue angle of 127.83º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A1E is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 90 30 -
CMYK 0.77 0 0.67 0.65
HSL 127.83º 0.62% 0.22% -
HSV(B) 127.83º 0.77% 0.35% -
XYZ 4.2 7.57 2.47 -
YUV 62.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 21 90 30 0.77 0 0.67 0.65 127.83 0.62 0.22
Hex 15 5A 1E 4D 0 43 41 80 3E 16
Octal 25 132 36 115 0 103 101 200 76 26
Binary 10101 1011010 11110 1001101 0 1000011 1000001 10000000 111110 10110

Color Harmonies of #155A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155A1E

Black with #155A1E

Text Example


Text Example

White with #155A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,90,30); }

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

background-color css

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

 a { background-color: rgb(21,90,30); }

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

border-color css

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

 span { border-color: rgb(21,90,30); }

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