Html Css Color HEX #01702A Crusoe

📋 copy color: '#01702A'

red 1 ◦ green 112 ◦ blue 42

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

Shades of Crusoe #01702A

Tints of Crusoe #01702A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 72.26%

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

R = 0.65%
G = 72.26%
B = 27.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#01702A (or 0x01702A) is known color: Crusoe. HEX triplet: 01, 70 and 2A. RGB value is (1,112,42). Sum of RGB (Red+Green+Blue) = 1+112+42=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #01702A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01702A is #FE8FD5. Grayscale: #474747. Windows color (decimal): -16682966 or 2781185. OLE color: 2781185.

HSL color Cylindrical-coordinate representation of color #01702A: hue angle of 142.16º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01702A is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 42 -
CMYK 0.99 0 0.62 0.56
HSL 142.16º 0.98% 0.22% -
HSV(B) 142.16º 0.99% 0.44% -
XYZ 6.22 11.76 4.13 -
YUV 70.83 111.73 78.19 -
System Red Green Blue C M Y K H S L
Decimal 1 112 42 0.99 0 0.62 0.56 142.16 0.98 0.22
Hex 1 70 2A 63 0 3E 38 8E 62 16
Octal 1 160 52 143 0 76 70 216 142 26
Binary 1 1110000 101010 1100011 0 111110 111000 10001110 1100010 10110

Color Harmonies of #01702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01702A

Black with #01702A

Text Example


Text Example

White with #01702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01702A; }

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

 H1.HeaderClassName
 {
   color: #01702A;
 }
 .AnyTagClassName
 {
   color: #01702A;
 }
</style>

background-color css

<style>
 a { background-color: #01702A; }

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

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

border-color css

<style>
 span { border-color: #01702A; }

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

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