Html Css Color HEX #025725 Crusoe

📋 copy color: '#025725'

red 2 ◦ green 87 ◦ blue 37

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

Shades of Crusoe #025725

Tints of Crusoe #025725

RGB

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

 GREEN value IS 87 (34.38% from 255) = 69.05%

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

R = 1.59%
G = 69.05%
B = 29.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#025725 (or 0x025725) is known color: Crusoe. HEX triplet: 02, 57 and 25. RGB value is (2,87,37). Sum of RGB (Red+Green+Blue) = 2+87+37=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 87 (34.38% from 255 or 69.05% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 87 - color contains mainly: green. Hex color #025725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025725 is #FDA8DA. Grayscale: #383838. Windows color (decimal): -16623835 or 2447106. OLE color: 2447106.

HSL color Cylindrical-coordinate representation of color #025725: hue angle of 144.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025725 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 87 37 -
CMYK 0.98 0 0.57 0.66
HSL 144.71º 0.96% 0.17% -
HSV(B) 144.71º 0.98% 0.34% -
XYZ 3.77 6.96 2.9 -
YUV 55.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 2 87 37 0.98 0 0.57 0.66 144.71 0.96 0.17
Hex 2 57 25 62 0 39 42 91 60 11
Octal 2 127 45 142 0 71 102 221 140 21
Binary 10 1010111 100101 1100010 0 111001 1000010 10010001 1100000 10001

Color Harmonies of #025725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025725

Black with #025725

Text Example


Text Example

White with #025725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025725; }

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

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

background-color css

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

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

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

border-color css

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

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

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