Html Css Color HEX #015E2F Crusoe

📋 copy color: '#015E2F'

red 1 ◦ green 94 ◦ blue 47

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

Shades of Crusoe #015E2F

Tints of Crusoe #015E2F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 66.2%

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

R = 0.7%
G = 66.2%
B = 33.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.5

 K value IS 0.63

RGB Variations

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

Color information

#015E2F (or 0x015E2F) is known color: Crusoe. HEX triplet: 01, 5E and 2F. RGB value is (1,94,47). Sum of RGB (Red+Green+Blue) = 1+94+47=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 94 (37.11% from 255 or 66.20% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 94 - color contains mainly: green. Hex color #015E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E2F is #FEA1D0. Grayscale: #3C3C3C. Windows color (decimal): -16687569 or 3104257. OLE color: 3104257.

HSL color Cylindrical-coordinate representation of color #015E2F: hue angle of 149.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E2F is Cyan = 0.99, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 94 47 -
CMYK 0.99 0 0.5 0.63
HSL 149.68º 0.98% 0.19% -
HSV(B) 149.68º 0.99% 0.37% -
XYZ 4.53 8.22 4.04 -
YUV 60.84 120.19 85.32 -
System Red Green Blue C M Y K H S L
Decimal 1 94 47 0.99 0 0.5 0.63 149.68 0.98 0.19
Hex 1 5E 2F 63 0 32 3F 96 62 13
Octal 1 136 57 143 0 62 77 226 142 23
Binary 1 1011110 101111 1100011 0 110010 111111 10010110 1100010 10011

Color Harmonies of #015E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E2F

Black with #015E2F

Text Example


Text Example

White with #015E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,47); }

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

background-color css

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

 a { background-color: rgb(1,94,47); }

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

border-color css

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

 span { border-color: rgb(1,94,47); }

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