Html Css Color HEX #025A10 Crusoe

📋 copy color: '#025A10'

red 2 ◦ green 90 ◦ blue 16

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

Shades of Crusoe #025A10

Tints of Crusoe #025A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 83.33%

 BLUE value IS 16 (6.64% from 255) = 14.81%

R = 1.85%
G = 83.33%
B = 14.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#025A10 (or 0x025A10) is known color: Crusoe. HEX triplet: 02, 5A and 10. RGB value is (2,90,16). Sum of RGB (Red+Green+Blue) = 2+90+16=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #025A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A10 is #FDA5EF. Grayscale: #373737. Windows color (decimal): -16623088 or 1071618. OLE color: 1071618.

HSL color Cylindrical-coordinate representation of color #025A10: hue angle of 129.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025A10 is Cyan = 0.98, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 90 16 -
CMYK 0.98 0 0.82 0.65
HSL 129.55º 0.96% 0.18% -
HSV(B) 129.55º 0.98% 0.35% -
XYZ 3.77 7.36 1.71 -
YUV 55.25 105.85 90.02 -
System Red Green Blue C M Y K H S L
Decimal 2 90 16 0.98 0 0.82 0.65 129.55 0.96 0.18
Hex 2 5A 10 62 0 52 41 82 60 12
Octal 2 132 20 142 0 122 101 202 140 22
Binary 10 1011010 10000 1100010 0 1010010 1000001 10000010 1100000 10010

Color Harmonies of #025A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A10

Black with #025A10

Text Example


Text Example

White with #025A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,16); }

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

background-color css

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

 a { background-color: rgb(2,90,16); }

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

border-color css

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

 span { border-color: rgb(2,90,16); }

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