Html Css Color HEX #015A2A Crusoe

📋 copy color: '#015A2A'

red 1 ◦ green 90 ◦ blue 42

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

Shades of Crusoe #015A2A

Tints of Crusoe #015A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.58%

R = 0.75%
G = 67.67%
B = 31.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#015A2A (or 0x015A2A) is known color: Crusoe. HEX triplet: 01, 5A and 2A. RGB value is (1,90,42). Sum of RGB (Red+Green+Blue) = 1+90+42=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #015A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A2A is #FEA5D5. Grayscale: #3A3A3A. Windows color (decimal): -16688598 or 2775553. OLE color: 2775553.

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

Color convert

RGB 1 90 42 -
CMYK 0.99 0 0.53 0.65
HSL 147.64º 0.98% 0.18% -
HSV(B) 147.64º 0.99% 0.35% -
XYZ 4.09 7.49 3.42 -
YUV 57.92 119.01 87.4 -
System Red Green Blue C M Y K H S L
Decimal 1 90 42 0.99 0 0.53 0.65 147.64 0.98 0.18
Hex 1 5A 2A 63 0 35 41 94 62 12
Octal 1 132 52 143 0 65 101 224 142 22
Binary 1 1011010 101010 1100011 0 110101 1000001 10010100 1100010 10010

Color Harmonies of #015A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A2A

Black with #015A2A

Text Example


Text Example

White with #015A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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