Html Css Color HEX #01752B Crusoe

📋 copy color: '#01752B'

red 1 ◦ green 117 ◦ blue 43

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

Shades of Crusoe #01752B

Tints of Crusoe #01752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 72.67%

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

R = 0.62%
G = 72.67%
B = 26.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#01752B (or 0x01752B) is known color: Crusoe. HEX triplet: 01, 75 and 2B. RGB value is (1,117,43). Sum of RGB (Red+Green+Blue) = 1+117+43=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 117 (46.09% from 255 or 72.67% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 117 - color contains mainly: green. Hex color #01752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01752B is #FE8AD4. Grayscale: #4A4A4A. Windows color (decimal): -16681685 or 2848001. OLE color: 2848001.

HSL color Cylindrical-coordinate representation of color #01752B: hue angle of 141.72º 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 #01752B is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 43 -
CMYK 0.99 0 0.63 0.54
HSL 141.72º 0.98% 0.23% -
HSV(B) 141.72º 0.99% 0.46% -
XYZ 6.81 12.9 4.42 -
YUV 73.88 110.57 76.02 -
System Red Green Blue C M Y K H S L
Decimal 1 117 43 0.99 0 0.63 0.54 141.72 0.98 0.23
Hex 1 75 2B 63 0 3F 36 8E 62 17
Octal 1 165 53 143 0 77 66 216 142 27
Binary 1 1110101 101011 1100011 0 111111 110110 10001110 1100010 10111

Color Harmonies of #01752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01752B

Black with #01752B

Text Example


Text Example

White with #01752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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