Html Css Color HEX #025722 Crusoe

📋 copy color: '#025722'

red 2 ◦ green 87 ◦ blue 34

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

Shades of Crusoe #025722

Tints of Crusoe #025722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 27.64%

R = 1.63%
G = 70.73%
B = 27.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#025722 (or 0x025722) is known color: Crusoe. HEX triplet: 02, 57 and 22. RGB value is (2,87,34). Sum of RGB (Red+Green+Blue) = 2+87+34=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #025722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025722 is #FDA8DD. Grayscale: #373737. Windows color (decimal): -16623838 or 2250498. OLE color: 2250498.

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

Color convert

RGB 2 87 34 -
CMYK 0.98 0 0.61 0.66
HSL 142.59º 0.96% 0.17% -
HSV(B) 142.59º 0.98% 0.34% -
XYZ 3.72 6.94 2.66 -
YUV 55.54 115.84 89.81 -
System Red Green Blue C M Y K H S L
Decimal 2 87 34 0.98 0 0.61 0.66 142.59 0.96 0.17
Hex 2 57 22 62 0 3D 42 8F 60 11
Octal 2 127 42 142 0 75 102 217 140 21
Binary 10 1010111 100010 1100010 0 111101 1000010 10001111 1100000 10001

Color Harmonies of #025722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025722

Black with #025722

Text Example


Text Example

White with #025722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025722; }

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

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

background-color css

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

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

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

border-color css

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

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

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