Html Css Color HEX #015A2F Crusoe

📋 copy color: '#015A2F'

red 1 ◦ green 90 ◦ blue 47

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

Shades of Crusoe #015A2F

Tints of Crusoe #015A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 65.22%

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

R = 0.72%
G = 65.22%
B = 34.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#015A2F (or 0x015A2F) is known color: Crusoe. HEX triplet: 01, 5A and 2F. RGB value is (1,90,47). Sum of RGB (Red+Green+Blue) = 1+90+47=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #015A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A2F is #FEA5D0. Grayscale: #3A3A3A. Windows color (decimal): -16688593 or 3103233. OLE color: 3103233.

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

Color convert

RGB 1 90 47 -
CMYK 0.99 0 0.48 0.65
HSL 151.01º 0.98% 0.18% -
HSV(B) 151.01º 0.99% 0.35% -
XYZ 4.18 7.52 3.92 -
YUV 58.49 121.51 87 -
System Red Green Blue C M Y K H S L
Decimal 1 90 47 0.99 0 0.48 0.65 151.01 0.98 0.18
Hex 1 5A 2F 63 0 30 41 97 62 12
Octal 1 132 57 143 0 60 101 227 142 22
Binary 1 1011010 101111 1100011 0 110000 1000001 10010111 1100010 10010

Color Harmonies of #015A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A2F

Black with #015A2F

Text Example


Text Example

White with #015A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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