Html Css Color HEX #01621E Crusoe

📋 copy color: '#01621E'

red 1 ◦ green 98 ◦ blue 30

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

Shades of Crusoe #01621E

Tints of Crusoe #01621E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 75.97%

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 0.78%
G = 75.97%
B = 23.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#01621E (or 0x01621E) is known color: Crusoe. HEX triplet: 01, 62 and 1E. RGB value is (1,98,30). Sum of RGB (Red+Green+Blue) = 1+98+30=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #01621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01621E is #FE9DE1. Grayscale: #3D3D3D. Windows color (decimal): -16686562 or 1991169. OLE color: 1991169.

HSL color Cylindrical-coordinate representation of color #01621E: hue angle of 137.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01621E is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 30 -
CMYK 0.99 0 0.69 0.62
HSL 137.94º 0.98% 0.19% -
HSV(B) 137.94º 0.99% 0.38% -
XYZ 4.61 8.84 2.69 -
YUV 61.25 110.36 85.03 -
System Red Green Blue C M Y K H S L
Decimal 1 98 30 0.99 0 0.69 0.62 137.94 0.98 0.19
Hex 1 62 1E 63 0 45 3E 8A 62 13
Octal 1 142 36 143 0 105 76 212 142 23
Binary 1 1100010 11110 1100011 0 1000101 111110 10001010 1100010 10011

Color Harmonies of #01621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01621E

Black with #01621E

Text Example


Text Example

White with #01621E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,98,30); }

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

background-color css

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

 a { background-color: rgb(1,98,30); }

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

border-color css

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

 span { border-color: rgb(1,98,30); }

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