Html Css Color HEX #01652F Crusoe

📋 copy color: '#01652F'

red 1 ◦ green 101 ◦ blue 47

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

Shades of Crusoe #01652F

Tints of Crusoe #01652F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 0.67%
G = 67.79%
B = 31.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#01652F (or 0x01652F) is known color: Crusoe. HEX triplet: 01, 65 and 2F. RGB value is (1,101,47). Sum of RGB (Red+Green+Blue) = 1+101+47=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 101 (39.84% from 255 or 67.79% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 101 - color contains mainly: green. Hex color #01652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01652F is #FE9AD0. Grayscale: #414141. Windows color (decimal): -16685777 or 3106049. OLE color: 3106049.

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

Color convert

RGB 1 101 47 -
CMYK 0.99 0 0.53 0.60
HSL 147.6º 0.98% 0.2% -
HSV(B) 147.6º 0.99% 0.4% -
XYZ 5.18 9.52 4.25 -
YUV 64.94 117.87 82.39 -
System Red Green Blue C M Y K H S L
Decimal 1 101 47 0.99 0 0.53 0.60 147.6 0.98 0.2
Hex 1 65 2F 63 0 35 3C 94 62 14
Octal 1 145 57 143 0 65 74 224 142 24
Binary 1 1100101 101111 1100011 0 110101 111100 10010100 1100010 10100

Color Harmonies of #01652F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01652F

Black with #01652F

Text Example


Text Example

White with #01652F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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