Html Css Color HEX #1F5D31 Crusoe

📋 copy color: '#1F5D31'

red 31 ◦ green 93 ◦ blue 49

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

Shades of Crusoe #1F5D31

Tints of Crusoe #1F5D31

RGB

 RED value IS 31 (12.5% from 255) = 17.92%

 GREEN value IS 93 (36.72% from 255) = 53.76%

 BLUE value IS 49 (19.53% from 255) = 28.32%

R = 17.92%
G = 53.76%
B = 28.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#1F5D31 (or 0x1F5D31) is known color: Crusoe. HEX triplet: 1F, 5D and 31. RGB value is (31,93,49). Sum of RGB (Red+Green+Blue) = 31+93+49=173 (22% of max value = 765). Red value is 31 (12.5% from 255 or 17.92% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D31 is #E0A2CE. Grayscale: #454545. Windows color (decimal): -14721743 or 3235103. OLE color: 3235103.

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

Color convert

RGB 31 93 49 -
CMYK 0.67 0 0.47 0.64
HSL 137.42º 0.5% 0.24% -
HSV(B) 137.42º 0.67% 0.36% -
XYZ 5.03 8.34 4.25 -
YUV 69.45 116.46 100.58 -
System Red Green Blue C M Y K H S L
Decimal 31 93 49 0.67 0 0.47 0.64 137.42 0.5 0.24
Hex 1F 5D 31 43 0 2F 40 89 32 18
Octal 37 135 61 103 0 57 100 211 62 30
Binary 11111 1011101 110001 1000011 0 101111 1000000 10001001 110010 11000

Color Harmonies of #1F5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5D31

Black with #1F5D31

Text Example


Text Example

White with #1F5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,93,49); }

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

background-color css

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

 a { background-color: rgb(31,93,49); }

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

border-color css

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

 span { border-color: rgb(31,93,49); }

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