Html Css Color HEX #025613 Crusoe

📋 copy color: '#025613'

red 2 ◦ green 86 ◦ blue 19

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

Shades of Crusoe #025613

Tints of Crusoe #025613

RGB

 RED value IS 2 (1.17% from 255) = 1.87%

 GREEN value IS 86 (33.98% from 255) = 80.37%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 1.87%
G = 80.37%
B = 17.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#025613 (or 0x025613) is known color: Crusoe. HEX triplet: 02, 56 and 13. RGB value is (2,86,19). Sum of RGB (Red+Green+Blue) = 2+86+19=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 86 (33.98% from 255 or 80.37% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 86 - color contains mainly: green. Hex color #025613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025613 is #FDA9EC. Grayscale: #353535. Windows color (decimal): -16624109 or 1267202. OLE color: 1267202.

HSL color Cylindrical-coordinate representation of color #025613: hue angle of 132.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025613 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 19 -
CMYK 0.98 0 0.78 0.66
HSL 132.14º 0.95% 0.17% -
HSV(B) 132.14º 0.98% 0.34% -
XYZ 3.47 6.72 1.73 -
YUV 53.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 2 86 19 0.98 0 0.78 0.66 132.14 0.95 0.17
Hex 2 56 13 62 0 4E 42 84 5F 11
Octal 2 126 23 142 0 116 102 204 137 21
Binary 10 1010110 10011 1100010 0 1001110 1000010 10000100 1011111 10001

Color Harmonies of #025613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025613

Black with #025613

Text Example


Text Example

White with #025613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025613; }

 p { color: rgb(2,86,19); }

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

background-color css

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

 a { background-color: rgb(2,86,19); }

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

border-color css

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

 span { border-color: rgb(2,86,19); }

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