Html Css Color HEX #025925 Crusoe

📋 copy color: '#025925'

red 2 ◦ green 89 ◦ blue 37

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

Shades of Crusoe #025925

Tints of Crusoe #025925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 69.53%

 BLUE value IS 37 (14.84% from 255) = 28.91%

R = 1.56%
G = 69.53%
B = 28.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#025925 (or 0x025925) is known color: Crusoe. HEX triplet: 02, 59 and 25. RGB value is (2,89,37). Sum of RGB (Red+Green+Blue) = 2+89+37=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #025925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025925 is #FDA6DA. Grayscale: #393939. Windows color (decimal): -16623323 or 2447618. OLE color: 2447618.

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

Color convert

RGB 2 89 37 -
CMYK 0.98 0 0.58 0.65
HSL 144.14º 0.96% 0.18% -
HSV(B) 144.14º 0.98% 0.35% -
XYZ 3.93 7.29 2.95 -
YUV 57.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 2 89 37 0.98 0 0.58 0.65 144.14 0.96 0.18
Hex 2 59 25 62 0 3A 41 90 60 12
Octal 2 131 45 142 0 72 101 220 140 22
Binary 10 1011001 100101 1100010 0 111010 1000001 10010000 1100000 10010

Color Harmonies of #025925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025925

Black with #025925

Text Example


Text Example

White with #025925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025925; }

 p { color: rgb(2,89,37); }

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

background-color css

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

 a { background-color: rgb(2,89,37); }

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

border-color css

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

 span { border-color: rgb(2,89,37); }

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