Html Css Color HEX #025A31 Crusoe

📋 copy color: '#025A31'

red 2 ◦ green 90 ◦ blue 49

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

Shades of Crusoe #025A31

Tints of Crusoe #025A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 1.42%
G = 63.83%
B = 34.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#025A31 (or 0x025A31) is known color: Crusoe. HEX triplet: 02, 5A and 31. RGB value is (2,90,49). Sum of RGB (Red+Green+Blue) = 2+90+49=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #025A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A31 is #FDA5CE. Grayscale: #3B3B3B. Windows color (decimal): -16623055 or 3234306. OLE color: 3234306.

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

Color convert

RGB 2 90 49 -
CMYK 0.98 0 0.46 0.65
HSL 152.05º 0.96% 0.18% -
HSV(B) 152.05º 0.98% 0.35% -
XYZ 4.24 7.55 4.14 -
YUV 59.01 122.35 87.33 -
System Red Green Blue C M Y K H S L
Decimal 2 90 49 0.98 0 0.46 0.65 152.05 0.96 0.18
Hex 2 5A 31 62 0 2E 41 98 60 12
Octal 2 132 61 142 0 56 101 230 140 22
Binary 10 1011010 110001 1100010 0 101110 1000001 10011000 1100000 10010

Color Harmonies of #025A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A31

Black with #025A31

Text Example


Text Example

White with #025A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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