Html Css Color HEX #015F2F Crusoe

📋 copy color: '#015F2F'

red 1 ◦ green 95 ◦ blue 47

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

Shades of Crusoe #015F2F

Tints of Crusoe #015F2F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 66.43%

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

R = 0.7%
G = 66.43%
B = 32.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#015F2F (or 0x015F2F) is known color: Crusoe. HEX triplet: 01, 5F and 2F. RGB value is (1,95,47). Sum of RGB (Red+Green+Blue) = 1+95+47=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 95 (37.5% from 255 or 66.43% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 95 - color contains mainly: green. Hex color #015F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015F2F is #FEA0D0. Grayscale: #3D3D3D. Windows color (decimal): -16687313 or 3104513. OLE color: 3104513.

HSL color Cylindrical-coordinate representation of color #015F2F: hue angle of 149.36º 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 #015F2F is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 95 47 -
CMYK 0.99 0 0.51 0.63
HSL 149.36º 0.98% 0.19% -
HSV(B) 149.36º 0.99% 0.37% -
XYZ 4.62 8.4 4.07 -
YUV 61.42 119.86 84.9 -
System Red Green Blue C M Y K H S L
Decimal 1 95 47 0.99 0 0.51 0.63 149.36 0.98 0.19
Hex 1 5F 2F 63 0 33 3F 95 62 13
Octal 1 137 57 143 0 63 77 225 142 23
Binary 1 1011111 101111 1100011 0 110011 111111 10010101 1100010 10011

Color Harmonies of #015F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F2F

Black with #015F2F

Text Example


Text Example

White with #015F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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