Html Css Color HEX #1F592F Crusoe

📋 copy color: '#1F592F'

red 31 ◦ green 89 ◦ blue 47

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

Shades of Crusoe #1F592F

Tints of Crusoe #1F592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.29%

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

R = 18.56%
G = 53.29%
B = 28.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#1F592F (or 0x1F592F) is known color: Crusoe. HEX triplet: 1F, 59 and 2F. RGB value is (31,89,47). Sum of RGB (Red+Green+Blue) = 31+89+47=167 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.56% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #1F592F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F592F is #E0A6D0. Grayscale: #424242. Windows color (decimal): -14722769 or 3103007. OLE color: 3103007.

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

Color convert

RGB 31 89 47 -
CMYK 0.65 0 0.47 0.65
HSL 136.55º 0.48% 0.24% -
HSV(B) 136.55º 0.65% 0.35% -
XYZ 4.65 7.64 3.92 -
YUV 66.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 31 89 47 0.65 0 0.47 0.65 136.55 0.48 0.24
Hex 1F 59 2F 41 0 2F 41 89 30 18
Octal 37 131 57 101 0 57 101 211 60 30
Binary 11111 1011001 101111 1000001 0 101111 1000001 10001001 110000 11000

Color Harmonies of #1F592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F592F

Black with #1F592F

Text Example


Text Example

White with #1F592F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,89,47); }

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

background-color css

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

 a { background-color: rgb(31,89,47); }

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

border-color css

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

 span { border-color: rgb(31,89,47); }

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