Html Css Color HEX #01672E Crusoe

📋 copy color: '#01672E'

red 1 ◦ green 103 ◦ blue 46

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

Shades of Crusoe #01672E

Tints of Crusoe #01672E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 30.67%

R = 0.67%
G = 68.67%
B = 30.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#01672E (or 0x01672E) is known color: Crusoe. HEX triplet: 01, 67 and 2E. RGB value is (1,103,46). Sum of RGB (Red+Green+Blue) = 1+103+46=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #01672E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01672E is #FE98D1. Grayscale: #424242. Windows color (decimal): -16685266 or 3041025. OLE color: 3041025.

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

Color convert

RGB 1 103 46 -
CMYK 0.99 0 0.55 0.60
HSL 146.47º 0.98% 0.2% -
HSV(B) 146.47º 0.99% 0.4% -
XYZ 5.36 9.9 4.21 -
YUV 66 116.71 81.63 -
System Red Green Blue C M Y K H S L
Decimal 1 103 46 0.99 0 0.55 0.60 146.47 0.98 0.2
Hex 1 67 2E 63 0 37 3C 92 62 14
Octal 1 147 56 143 0 67 74 222 142 24
Binary 1 1100111 101110 1100011 0 110111 111100 10010010 1100010 10100

Color Harmonies of #01672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01672E

Black with #01672E

Text Example


Text Example

White with #01672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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