Html Css Color HEX #025A15 Crusoe

📋 copy color: '#025A15'

red 2 ◦ green 90 ◦ blue 21

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

Shades of Crusoe #025A15

Tints of Crusoe #025A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.58%

R = 1.77%
G = 79.65%
B = 18.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#025A15 (or 0x025A15) is known color: Crusoe. HEX triplet: 02, 5A and 15. RGB value is (2,90,21). Sum of RGB (Red+Green+Blue) = 2+90+21=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #025A15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A15 is #FDA5EA. Grayscale: #383838. Windows color (decimal): -16623083 or 1399298. OLE color: 1399298.

HSL color Cylindrical-coordinate representation of color #025A15: hue angle of 132.95º 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 #025A15 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 90 21 -
CMYK 0.98 0 0.77 0.65
HSL 132.95º 0.96% 0.18% -
HSV(B) 132.95º 0.98% 0.35% -
XYZ 3.82 7.38 1.93 -
YUV 55.82 108.35 89.61 -
System Red Green Blue C M Y K H S L
Decimal 2 90 21 0.98 0 0.77 0.65 132.95 0.96 0.18
Hex 2 5A 15 62 0 4D 41 85 60 12
Octal 2 132 25 142 0 115 101 205 140 22
Binary 10 1011010 10101 1100010 0 1001101 1000001 10000101 1100000 10010

Color Harmonies of #025A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A15

Black with #025A15

Text Example


Text Example

White with #025A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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