Html Css Color HEX #01672B Crusoe

📋 copy color: '#01672B'

red 1 ◦ green 103 ◦ blue 43

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

Shades of Crusoe #01672B

Tints of Crusoe #01672B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 70.07%

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

R = 0.68%
G = 70.07%
B = 29.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#01672B (or 0x01672B) is known color: Crusoe. HEX triplet: 01, 67 and 2B. RGB value is (1,103,43). Sum of RGB (Red+Green+Blue) = 1+103+43=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #01672B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01672B is #FE98D4. Grayscale: #414141. Windows color (decimal): -16685269 or 2844417. OLE color: 2844417.

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

Color convert

RGB 1 103 43 -
CMYK 0.99 0 0.58 0.60
HSL 144.71º 0.98% 0.2% -
HSV(B) 144.71º 0.99% 0.4% -
XYZ 5.3 9.88 3.91 -
YUV 65.66 115.21 81.88 -
System Red Green Blue C M Y K H S L
Decimal 1 103 43 0.99 0 0.58 0.60 144.71 0.98 0.2
Hex 1 67 2B 63 0 3A 3C 91 62 14
Octal 1 147 53 143 0 72 74 221 142 24
Binary 1 1100111 101011 1100011 0 111010 111100 10010001 1100010 10100

Color Harmonies of #01672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01672B

Black with #01672B

Text Example


Text Example

White with #01672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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