Html Css Color HEX #015D1F Crusoe

📋 copy color: '#015D1F'

red 1 ◦ green 93 ◦ blue 31

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

Shades of Crusoe #015D1F

Tints of Crusoe #015D1F

RGB

 RED value IS 1 (0.78% from 255) = 0.8%

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

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 0.8%
G = 74.4%
B = 24.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#015D1F (or 0x015D1F) is known color: Crusoe. HEX triplet: 01, 5D and 1F. RGB value is (1,93,31). Sum of RGB (Red+Green+Blue) = 1+93+31=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #015D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D1F is #FEA2E0. Grayscale: #3A3A3A. Windows color (decimal): -16687841 or 2055425. OLE color: 2055425.

HSL color Cylindrical-coordinate representation of color #015D1F: hue angle of 139.57º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D1F is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 93 31 -
CMYK 0.99 0 0.67 0.64
HSL 139.57º 0.98% 0.18% -
HSV(B) 139.57º 0.99% 0.36% -
XYZ 4.17 7.93 2.61 -
YUV 58.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 1 93 31 0.99 0 0.67 0.64 139.57 0.98 0.18
Hex 1 5D 1F 63 0 43 40 8C 62 12
Octal 1 135 37 143 0 103 100 214 142 22
Binary 1 1011101 11111 1100011 0 1000011 1000000 10001100 1100010 10010

Color Harmonies of #015D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D1F

Black with #015D1F

Text Example


Text Example

White with #015D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D1F; }

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

 H1.HeaderClassName
 {
   color: #015D1F;
 }
 .AnyTagClassName
 {
   color: #015D1F;
 }
</style>

background-color css

<style>
 a { background-color: #015D1F; }

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

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

border-color css

<style>
 span { border-color: #015D1F; }

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

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