Html Css Color HEX #1F582D Crusoe

📋 copy color: '#1F582D'

red 31 ◦ green 88 ◦ blue 45

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

Shades of Crusoe #1F582D

Tints of Crusoe #1F582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 18.9%
G = 53.66%
B = 27.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#1F582D (or 0x1F582D) is known color: Crusoe. HEX triplet: 1F, 58 and 2D. RGB value is (31,88,45). Sum of RGB (Red+Green+Blue) = 31+88+45=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #1F582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F582D is #E0A7D2. Grayscale: #424242. Windows color (decimal): -14723027 or 2971679. OLE color: 2971679.

HSL color Cylindrical-coordinate representation of color #1F582D: hue angle of 134.74º 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 #1F582D is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 88 45 -
CMYK 0.65 0 0.49 0.65
HSL 134.74º 0.48% 0.23% -
HSV(B) 134.74º 0.65% 0.35% -
XYZ 4.53 7.46 3.68 -
YUV 66.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 31 88 45 0.65 0 0.49 0.65 134.74 0.48 0.23
Hex 1F 58 2D 41 0 31 41 87 30 17
Octal 37 130 55 101 0 61 101 207 60 27
Binary 11111 1011000 101101 1000001 0 110001 1000001 10000111 110000 10111

Color Harmonies of #1F582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F582D

Black with #1F582D

Text Example


Text Example

White with #1F582D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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