Html Css Color HEX #115A1D Crusoe

📋 copy color: '#115A1D'

red 17 ◦ green 90 ◦ blue 29

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

Shades of Crusoe #115A1D

Tints of Crusoe #115A1D

RGB

 RED value IS 17 (7.03% from 255) = 12.5%

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

 BLUE value IS 29 (11.72% from 255) = 21.32%

R = 12.5%
G = 66.18%
B = 21.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#115A1D (or 0x115A1D) is known color: Crusoe. HEX triplet: 11, 5A and 1D. RGB value is (17,90,29). Sum of RGB (Red+Green+Blue) = 17+90+29=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #115A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115A1D is #EEA5E2. Grayscale: #3D3D3D. Windows color (decimal): -15640035 or 1923601. OLE color: 1923601.

HSL color Cylindrical-coordinate representation of color #115A1D: hue angle of 129.86º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A1D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 90 29 -
CMYK 0.81 0 0.68 0.65
HSL 129.86º 0.68% 0.21% -
HSV(B) 129.86º 0.81% 0.35% -
XYZ 4.11 7.52 2.4 -
YUV 61.22 109.82 96.46 -
System Red Green Blue C M Y K H S L
Decimal 17 90 29 0.81 0 0.68 0.65 129.86 0.68 0.21
Hex 11 5A 1D 51 0 44 41 82 44 15
Octal 21 132 35 121 0 104 101 202 104 25
Binary 10001 1011010 11101 1010001 0 1000100 1000001 10000010 1000100 10101

Color Harmonies of #115A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A1D

Black with #115A1D

Text Example


Text Example

White with #115A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115A1D; }

 p { color: rgb(17,90,29); }

 H1.HeaderClassName
 {
   color: #115A1D;
 }
 .AnyTagClassName
 {
   color: #115A1D;
 }
</style>

background-color css

<style>
 a { background-color: #115A1D; }

 a { background-color: rgb(17,90,29); }

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

border-color css

<style>
 span { border-color: #115A1D; }

 span { border-color: rgb(17,90,29); }

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