Html Css Color HEX #016230 Crusoe

📋 copy color: '#016230'

red 1 ◦ green 98 ◦ blue 48

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

Shades of Crusoe #016230

Tints of Crusoe #016230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 0.68%
G = 66.67%
B = 32.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#016230 (or 0x016230) is known color: Crusoe. HEX triplet: 01, 62 and 30. RGB value is (1,98,48). Sum of RGB (Red+Green+Blue) = 1+98+48=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #016230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016230 is #FE9DCF. Grayscale: #3F3F3F. Windows color (decimal): -16686544 or 3170817. OLE color: 3170817.

HSL color Cylindrical-coordinate representation of color #016230: hue angle of 149.07º 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 #016230 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 48 -
CMYK 0.99 0 0.51 0.62
HSL 149.07º 0.98% 0.19% -
HSV(B) 149.07º 0.99% 0.38% -
XYZ 4.91 8.96 4.27 -
YUV 63.3 119.36 83.57 -
System Red Green Blue C M Y K H S L
Decimal 1 98 48 0.99 0 0.51 0.62 149.07 0.98 0.19
Hex 1 62 30 63 0 33 3E 95 62 13
Octal 1 142 60 143 0 63 76 225 142 23
Binary 1 1100010 110000 1100011 0 110011 111110 10010101 1100010 10011

Color Harmonies of #016230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016230

Black with #016230

Text Example


Text Example

White with #016230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016230; }

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

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

background-color css

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

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

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

border-color css

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

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

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