Html Css Color HEX #1E5628 Crusoe

📋 copy color: '#1E5628'

red 30 ◦ green 86 ◦ blue 40

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

Shades of Crusoe #1E5628

Tints of Crusoe #1E5628

RGB

 RED value IS 30 (12.11% from 255) = 19.23%

 GREEN value IS 86 (33.98% from 255) = 55.13%

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 19.23%
G = 55.13%
B = 25.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#1E5628 (or 0x1E5628) is known color: Crusoe. HEX triplet: 1E, 56 and 28. RGB value is (30,86,40). Sum of RGB (Red+Green+Blue) = 30+86+40=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 86 (33.98% from 255 or 55.13% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 86 - color contains mainly: green. Hex color #1E5628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5628 is #E1A9D7. Grayscale: #404040. Windows color (decimal): -14789080 or 2643486. OLE color: 2643486.

HSL color Cylindrical-coordinate representation of color #1E5628: hue angle of 130.71º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E5628 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 30 86 40 -
CMYK 0.65 0 0.53 0.66
HSL 130.71º 0.48% 0.23% -
HSV(B) 130.71º 0.65% 0.34% -
XYZ 4.25 7.08 3.15 -
YUV 64.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 30 86 40 0.65 0 0.53 0.66 130.71 0.48 0.23
Hex 1E 56 28 41 0 35 42 83 30 17
Octal 36 126 50 101 0 65 102 203 60 27
Binary 11110 1010110 101000 1000001 0 110101 1000010 10000011 110000 10111

Color Harmonies of #1E5628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5628

Black with #1E5628

Text Example


Text Example

White with #1E5628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E5628; }

 p { color: rgb(30,86,40); }

 H1.HeaderClassName
 {
   color: #1E5628;
 }
 .AnyTagClassName
 {
   color: #1E5628;
 }
</style>

background-color css

<style>
 a { background-color: #1E5628; }

 a { background-color: rgb(30,86,40); }

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

border-color css

<style>
 span { border-color: #1E5628; }

 span { border-color: rgb(30,86,40); }

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