Html Css Color HEX #01652B Crusoe

📋 copy color: '#01652B'

red 1 ◦ green 101 ◦ blue 43

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

Shades of Crusoe #01652B

Tints of Crusoe #01652B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 69.66%

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

R = 0.69%
G = 69.66%
B = 29.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#01652B (or 0x01652B) is known color: Crusoe. HEX triplet: 01, 65 and 2B. RGB value is (1,101,43). Sum of RGB (Red+Green+Blue) = 1+101+43=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #01652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01652B is #FE9AD4. Grayscale: #404040. Windows color (decimal): -16685781 or 2843905. OLE color: 2843905.

HSL color Cylindrical-coordinate representation of color #01652B: hue angle of 145.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01652B is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 43 -
CMYK 0.99 0 0.57 0.60
HSL 145.2º 0.98% 0.2% -
HSV(B) 145.2º 0.99% 0.4% -
XYZ 5.1 9.49 3.85 -
YUV 64.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 1 101 43 0.99 0 0.57 0.60 145.2 0.98 0.2
Hex 1 65 2B 63 0 39 3C 91 62 14
Octal 1 145 53 143 0 71 74 221 142 24
Binary 1 1100101 101011 1100011 0 111001 111100 10010001 1100010 10100

Color Harmonies of #01652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01652B

Black with #01652B

Text Example


Text Example

White with #01652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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