Html Css Color HEX #1F582C Crusoe

📋 copy color: '#1F582C'

red 31 ◦ green 88 ◦ blue 44

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

Shades of Crusoe #1F582C

Tints of Crusoe #1F582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 19.02%
G = 53.99%
B = 26.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#1F582C (or 0x1F582C) is known color: Crusoe. HEX triplet: 1F, 58 and 2C. RGB value is (31,88,44). Sum of RGB (Red+Green+Blue) = 31+88+44=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #1F582C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F582C is #E0A7D3. Grayscale: #424242. Windows color (decimal): -14723028 or 2906143. OLE color: 2906143.

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

Color convert

RGB 31 88 44 -
CMYK 0.65 0 0.5 0.65
HSL 133.68º 0.48% 0.23% -
HSV(B) 133.68º 0.65% 0.35% -
XYZ 4.51 7.45 3.58 -
YUV 65.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 31 88 44 0.65 0 0.5 0.65 133.68 0.48 0.23
Hex 1F 58 2C 41 0 32 41 86 30 17
Octal 37 130 54 101 0 62 101 206 60 27
Binary 11111 1011000 101100 1000001 0 110010 1000001 10000110 110000 10111

Color Harmonies of #1F582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F582C

Black with #1F582C

Text Example


Text Example

White with #1F582C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,88,44); }

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

background-color css

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

 a { background-color: rgb(31,88,44); }

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

border-color css

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

 span { border-color: rgb(31,88,44); }

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