Html Css Color HEX #01602E Crusoe

📋 copy color: '#01602E'

red 1 ◦ green 96 ◦ blue 46

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

Shades of Crusoe #01602E

Tints of Crusoe #01602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 67.13%

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

R = 0.7%
G = 67.13%
B = 32.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#01602E (or 0x01602E) is known color: Crusoe. HEX triplet: 01, 60 and 2E. RGB value is (1,96,46). Sum of RGB (Red+Green+Blue) = 1+96+46=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #01602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01602E is #FE9FD1. Grayscale: #3E3E3E. Windows color (decimal): -16687058 or 3039233. OLE color: 3039233.

HSL color Cylindrical-coordinate representation of color #01602E: hue angle of 148.42º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01602E is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 46 -
CMYK 0.99 0 0.52 0.62
HSL 148.42º 0.98% 0.19% -
HSV(B) 148.42º 0.99% 0.38% -
XYZ 4.69 8.57 3.99 -
YUV 61.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 1 96 46 0.99 0 0.52 0.62 148.42 0.98 0.19
Hex 1 60 2E 63 0 34 3E 94 62 13
Octal 1 140 56 143 0 64 76 224 142 23
Binary 1 1100000 101110 1100011 0 110100 111110 10010100 1100010 10011

Color Harmonies of #01602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01602E

Black with #01602E

Text Example


Text Example

White with #01602E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01602E; }

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

 H1.HeaderClassName
 {
   color: #01602E;
 }
 .AnyTagClassName
 {
   color: #01602E;
 }
</style>

background-color css

<style>
 a { background-color: #01602E; }

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

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

border-color css

<style>
 span { border-color: #01602E; }

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

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