Html Css Color HEX #1E5A2F Crusoe

📋 copy color: '#1E5A2F'

red 30 ◦ green 90 ◦ blue 47

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

Shades of Crusoe #1E5A2F

Tints of Crusoe #1E5A2F

RGB

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

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

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

R = 17.96%
G = 53.89%
B = 28.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#1E5A2F (or 0x1E5A2F) is known color: Crusoe. HEX triplet: 1E, 5A and 2F. RGB value is (30,90,47). Sum of RGB (Red+Green+Blue) = 30+90+47=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5A2F is #E1A5D0. Grayscale: #434343. Windows color (decimal): -14788049 or 3103262. OLE color: 3103262.

HSL color Cylindrical-coordinate representation of color #1E5A2F: hue angle of 137º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5A2F is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 30 90 47 -
CMYK 0.67 0 0.48 0.65
HSL 137º 0.5% 0.24% -
HSV(B) 137º 0.67% 0.35% -
XYZ 4.7 7.79 3.95 -
YUV 67.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 30 90 47 0.67 0 0.48 0.65 137 0.5 0.24
Hex 1E 5A 2F 43 0 30 41 89 32 18
Octal 36 132 57 103 0 60 101 211 62 30
Binary 11110 1011010 101111 1000011 0 110000 1000001 10001001 110010 11000

Color Harmonies of #1E5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5A2F

Black with #1E5A2F

Text Example


Text Example

White with #1E5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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