Html Css Color HEX #01762B Crusoe

📋 copy color: '#01762B'

red 1 ◦ green 118 ◦ blue 43

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

Shades of Crusoe #01762B

Tints of Crusoe #01762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 72.84%

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

R = 0.62%
G = 72.84%
B = 26.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#01762B (or 0x01762B) is known color: Crusoe. HEX triplet: 01, 76 and 2B. RGB value is (1,118,43). Sum of RGB (Red+Green+Blue) = 1+118+43=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #01762B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01762B is #FE89D4. Grayscale: #4A4A4A. Windows color (decimal): -16681429 or 2848257. OLE color: 2848257.

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

Color convert

RGB 1 118 43 -
CMYK 0.99 0 0.64 0.54
HSL 141.54º 0.98% 0.23% -
HSV(B) 141.54º 0.99% 0.46% -
XYZ 6.93 13.14 4.46 -
YUV 74.47 110.24 75.6 -
System Red Green Blue C M Y K H S L
Decimal 1 118 43 0.99 0 0.64 0.54 141.54 0.98 0.23
Hex 1 76 2B 63 0 40 36 8E 62 17
Octal 1 166 53 143 0 100 66 216 142 27
Binary 1 1110110 101011 1100011 0 1000000 110110 10001110 1100010 10111

Color Harmonies of #01762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01762B

Black with #01762B

Text Example


Text Example

White with #01762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01762B; }

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

 H1.HeaderClassName
 {
   color: #01762B;
 }
 .AnyTagClassName
 {
   color: #01762B;
 }
</style>

background-color css

<style>
 a { background-color: #01762B; }

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

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

border-color css

<style>
 span { border-color: #01762B; }

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

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