Html Css Color HEX #01672D Crusoe

📋 copy color: '#01672D'

red 1 ◦ green 103 ◦ blue 45

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

Shades of Crusoe #01672D

Tints of Crusoe #01672D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 0.67%
G = 69.13%
B = 30.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#01672D (or 0x01672D) is known color: Crusoe. HEX triplet: 01, 67 and 2D. RGB value is (1,103,45). Sum of RGB (Red+Green+Blue) = 1+103+45=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #01672D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01672D is #FE98D2. Grayscale: #424242. Windows color (decimal): -16685267 or 2975489. OLE color: 2975489.

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

Color convert

RGB 1 103 45 -
CMYK 0.99 0 0.56 0.60
HSL 145.88º 0.98% 0.2% -
HSV(B) 145.88º 0.99% 0.4% -
XYZ 5.34 9.9 4.11 -
YUV 65.89 116.21 81.72 -
System Red Green Blue C M Y K H S L
Decimal 1 103 45 0.99 0 0.56 0.60 145.88 0.98 0.2
Hex 1 67 2D 63 0 38 3C 92 62 14
Octal 1 147 55 143 0 70 74 222 142 24
Binary 1 1100111 101101 1100011 0 111000 111100 10010010 1100010 10100

Color Harmonies of #01672D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01672D

Black with #01672D

Text Example


Text Example

White with #01672D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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