Html Css Color HEX #015A2E Crusoe

📋 copy color: '#015A2E'

red 1 ◦ green 90 ◦ blue 46

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

Shades of Crusoe #015A2E

Tints of Crusoe #015A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.58%

R = 0.73%
G = 65.69%
B = 33.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#015A2E (or 0x015A2E) is known color: Crusoe. HEX triplet: 01, 5A and 2E. RGB value is (1,90,46). Sum of RGB (Red+Green+Blue) = 1+90+46=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #015A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A2E is #FEA5D1. Grayscale: #3A3A3A. Windows color (decimal): -16688594 or 3037697. OLE color: 3037697.

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

Color convert

RGB 1 90 46 -
CMYK 0.99 0 0.49 0.65
HSL 150.34º 0.98% 0.18% -
HSV(B) 150.34º 0.99% 0.35% -
XYZ 4.16 7.52 3.82 -
YUV 58.37 121.01 87.08 -
System Red Green Blue C M Y K H S L
Decimal 1 90 46 0.99 0 0.49 0.65 150.34 0.98 0.18
Hex 1 5A 2E 63 0 31 41 96 62 12
Octal 1 132 56 143 0 61 101 226 142 22
Binary 1 1011010 101110 1100011 0 110001 1000001 10010110 1100010 10010

Color Harmonies of #015A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A2E

Black with #015A2E

Text Example


Text Example

White with #015A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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