Html Css Color HEX #025721 Crusoe

📋 copy color: '#025721'

red 2 ◦ green 87 ◦ blue 33

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

Shades of Crusoe #025721

Tints of Crusoe #025721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 27.05%

R = 1.64%
G = 71.31%
B = 27.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#025721 (or 0x025721) is known color: Crusoe. HEX triplet: 02, 57 and 21. RGB value is (2,87,33). Sum of RGB (Red+Green+Blue) = 2+87+33=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 87 (34.38% from 255 or 71.31% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 87 - color contains mainly: green. Hex color #025721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025721 is #FDA8DE. Grayscale: #373737. Windows color (decimal): -16623839 or 2184962. OLE color: 2184962.

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

Color convert

RGB 2 87 33 -
CMYK 0.98 0 0.62 0.66
HSL 141.88º 0.96% 0.17% -
HSV(B) 141.88º 0.98% 0.34% -
XYZ 3.71 6.94 2.58 -
YUV 55.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 2 87 33 0.98 0 0.62 0.66 141.88 0.96 0.17
Hex 2 57 21 62 0 3E 42 8E 60 11
Octal 2 127 41 142 0 76 102 216 140 21
Binary 10 1010111 100001 1100010 0 111110 1000010 10001110 1100000 10001

Color Harmonies of #025721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025721

Black with #025721

Text Example


Text Example

White with #025721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025721; }

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

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

background-color css

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

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

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

border-color css

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

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

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