Html Css Color HEX #025A17 Crusoe

📋 copy color: '#025A17'

red 2 ◦ green 90 ◦ blue 23

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

Shades of Crusoe #025A17

Tints of Crusoe #025A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20%

R = 1.74%
G = 78.26%
B = 20%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#025A17 (or 0x025A17) is known color: Crusoe. HEX triplet: 02, 5A and 17. RGB value is (2,90,23). Sum of RGB (Red+Green+Blue) = 2+90+23=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 90 (35.55% from 255 or 78.26% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 90 - color contains mainly: green. Hex color #025A17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025A17 is #FDA5E8. Grayscale: #383838. Windows color (decimal): -16623081 or 1530370. OLE color: 1530370.

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

Color convert

RGB 2 90 23 -
CMYK 0.98 0 0.74 0.65
HSL 134.32º 0.96% 0.18% -
HSV(B) 134.32º 0.98% 0.35% -
XYZ 3.84 7.39 2.03 -
YUV 56.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 2 90 23 0.98 0 0.74 0.65 134.32 0.96 0.18
Hex 2 5A 17 62 0 4A 41 86 60 12
Octal 2 132 27 142 0 112 101 206 140 22
Binary 10 1011010 10111 1100010 0 1001010 1000001 10000110 1100000 10010

Color Harmonies of #025A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A17

Black with #025A17

Text Example


Text Example

White with #025A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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