Html Css Color HEX #015C2A Crusoe

📋 copy color: '#015C2A'

red 1 ◦ green 92 ◦ blue 42

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

Shades of Crusoe #015C2A

Tints of Crusoe #015C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 68.15%

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

R = 0.74%
G = 68.15%
B = 31.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#015C2A (or 0x015C2A) is known color: Crusoe. HEX triplet: 01, 5C and 2A. RGB value is (1,92,42). Sum of RGB (Red+Green+Blue) = 1+92+42=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #015C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C2A is #FEA3D5. Grayscale: #3B3B3B. Windows color (decimal): -16688086 or 2776065. OLE color: 2776065.

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

Color convert

RGB 1 92 42 -
CMYK 0.99 0 0.54 0.64
HSL 147.03º 0.98% 0.18% -
HSV(B) 147.03º 0.99% 0.36% -
XYZ 4.26 7.83 3.48 -
YUV 59.09 118.35 86.57 -
System Red Green Blue C M Y K H S L
Decimal 1 92 42 0.99 0 0.54 0.64 147.03 0.98 0.18
Hex 1 5C 2A 63 0 36 40 93 62 12
Octal 1 134 52 143 0 66 100 223 142 22
Binary 1 1011100 101010 1100011 0 110110 1000000 10010011 1100010 10010

Color Harmonies of #015C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C2A

Black with #015C2A

Text Example


Text Example

White with #015C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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