Html Css Color HEX #015A30 Crusoe

📋 copy color: '#015A30'

red 1 ◦ green 90 ◦ blue 48

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

Shades of Crusoe #015A30

Tints of Crusoe #015A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 0.72%
G = 64.75%
B = 34.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#015A30 (or 0x015A30) is known color: Crusoe. HEX triplet: 01, 5A and 30. RGB value is (1,90,48). Sum of RGB (Red+Green+Blue) = 1+90+48=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #015A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A30 is #FEA5CF. Grayscale: #3A3A3A. Windows color (decimal): -16688592 or 3168769. OLE color: 3168769.

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

Color convert

RGB 1 90 48 -
CMYK 0.99 0 0.47 0.65
HSL 151.69º 0.98% 0.18% -
HSV(B) 151.69º 0.99% 0.35% -
XYZ 4.2 7.53 4.03 -
YUV 58.6 122.01 86.92 -
System Red Green Blue C M Y K H S L
Decimal 1 90 48 0.99 0 0.47 0.65 151.69 0.98 0.18
Hex 1 5A 30 63 0 2F 41 98 62 12
Octal 1 132 60 143 0 57 101 230 142 22
Binary 1 1011010 110000 1100011 0 101111 1000001 10011000 1100010 10010

Color Harmonies of #015A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A30

Black with #015A30

Text Example


Text Example

White with #015A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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