Html Css Color HEX #1F5D30 Crusoe

📋 copy color: '#1F5D30'

red 31 ◦ green 93 ◦ blue 48

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

Shades of Crusoe #1F5D30

Tints of Crusoe #1F5D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 18.02%
G = 54.07%
B = 27.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#1F5D30 (or 0x1F5D30) is known color: Crusoe. HEX triplet: 1F, 5D and 30. RGB value is (31,93,48). Sum of RGB (Red+Green+Blue) = 31+93+48=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #1F5D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5D30 is #E0A2CF. Grayscale: #454545. Windows color (decimal): -14721744 or 3169567. OLE color: 3169567.

HSL color Cylindrical-coordinate representation of color #1F5D30: hue angle of 136.45º 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 #1F5D30 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 93 48 -
CMYK 0.67 0 0.48 0.64
HSL 136.45º 0.5% 0.24% -
HSV(B) 136.45º 0.67% 0.36% -
XYZ 5.01 8.33 4.14 -
YUV 69.33 115.96 100.66 -
System Red Green Blue C M Y K H S L
Decimal 31 93 48 0.67 0 0.48 0.64 136.45 0.5 0.24
Hex 1F 5D 30 43 0 30 40 88 32 18
Octal 37 135 60 103 0 60 100 210 62 30
Binary 11111 1011101 110000 1000011 0 110000 1000000 10001000 110010 11000

Color Harmonies of #1F5D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5D30

Black with #1F5D30

Text Example


Text Example

White with #1F5D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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