Html Css Color HEX #01602D Crusoe

📋 copy color: '#01602D'

red 1 ◦ green 96 ◦ blue 45

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

Shades of Crusoe #01602D

Tints of Crusoe #01602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.69%

R = 0.7%
G = 67.61%
B = 31.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#01602D (or 0x01602D) is known color: Crusoe. HEX triplet: 01, 60 and 2D. RGB value is (1,96,45). Sum of RGB (Red+Green+Blue) = 1+96+45=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 96 (37.89% from 255 or 67.61% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 96 - color contains mainly: green. Hex color #01602D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01602D is #FE9FD2. Grayscale: #3D3D3D. Windows color (decimal): -16687059 or 2973697. OLE color: 2973697.

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

Color convert

RGB 1 96 45 -
CMYK 0.99 0 0.53 0.62
HSL 147.79º 0.98% 0.19% -
HSV(B) 147.79º 0.99% 0.38% -
XYZ 4.67 8.56 3.89 -
YUV 61.78 118.53 84.65 -
System Red Green Blue C M Y K H S L
Decimal 1 96 45 0.99 0 0.53 0.62 147.79 0.98 0.19
Hex 1 60 2D 63 0 35 3E 94 62 13
Octal 1 140 55 143 0 65 76 224 142 23
Binary 1 1100000 101101 1100011 0 110101 111110 10010100 1100010 10011

Color Harmonies of #01602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01602D

Black with #01602D

Text Example


Text Example

White with #01602D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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