Html Css Color HEX #025E16 Crusoe

📋 copy color: '#025E16'

red 2 ◦ green 94 ◦ blue 22

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

Shades of Crusoe #025E16

Tints of Crusoe #025E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 79.66%

 BLUE value IS 22 (8.98% from 255) = 18.64%

R = 1.69%
G = 79.66%
B = 18.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#025E16 (or 0x025E16) is known color: Crusoe. HEX triplet: 02, 5E and 16. RGB value is (2,94,22). Sum of RGB (Red+Green+Blue) = 2+94+22=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 94 (37.11% from 255 or 79.66% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 94 - color contains mainly: green. Hex color #025E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025E16 is #FDA1E9. Grayscale: #3A3A3A. Windows color (decimal): -16622058 or 1465858. OLE color: 1465858.

HSL color Cylindrical-coordinate representation of color #025E16: hue angle of 133.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E16 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 94 22 -
CMYK 0.98 0 0.77 0.63
HSL 133.04º 0.96% 0.19% -
HSV(B) 133.04º 0.98% 0.37% -
XYZ 4.17 8.08 2.1 -
YUV 58.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 2 94 22 0.98 0 0.77 0.63 133.04 0.96 0.19
Hex 2 5E 16 62 0 4D 3F 85 60 13
Octal 2 136 26 142 0 115 77 205 140 23
Binary 10 1011110 10110 1100010 0 1001101 111111 10000101 1100000 10011

Color Harmonies of #025E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E16

Black with #025E16

Text Example


Text Example

White with #025E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025E16; }

 p { color: rgb(2,94,22); }

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

background-color css

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

 a { background-color: rgb(2,94,22); }

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

border-color css

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

 span { border-color: rgb(2,94,22); }

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