Html Css Color HEX #015E2B Crusoe

📋 copy color: '#015E2B'

red 1 ◦ green 94 ◦ blue 43

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

Shades of Crusoe #015E2B

Tints of Crusoe #015E2B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 68.12%

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 0.72%
G = 68.12%
B = 31.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#015E2B (or 0x015E2B) is known color: Crusoe. HEX triplet: 01, 5E and 2B. RGB value is (1,94,43). Sum of RGB (Red+Green+Blue) = 1+94+43=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 94 (37.11% from 255 or 68.12% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 94 - color contains mainly: green. Hex color #015E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E2B is #FEA1D4. Grayscale: #3C3C3C. Windows color (decimal): -16687573 or 2842113. OLE color: 2842113.

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

Color convert

RGB 1 94 43 -
CMYK 0.99 0 0.54 0.63
HSL 147.1º 0.98% 0.19% -
HSV(B) 147.1º 0.99% 0.37% -
XYZ 4.45 8.19 3.63 -
YUV 60.38 118.19 85.65 -
System Red Green Blue C M Y K H S L
Decimal 1 94 43 0.99 0 0.54 0.63 147.1 0.98 0.19
Hex 1 5E 2B 63 0 36 3F 93 62 13
Octal 1 136 53 143 0 66 77 223 142 23
Binary 1 1011110 101011 1100011 0 110110 111111 10010011 1100010 10011

Color Harmonies of #015E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E2B

Black with #015E2B

Text Example


Text Example

White with #015E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,43); }

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

background-color css

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

 a { background-color: rgb(1,94,43); }

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

border-color css

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

 span { border-color: rgb(1,94,43); }

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