Html Css Color HEX #025715 Crusoe

📋 copy color: '#025715'

red 2 ◦ green 87 ◦ blue 21

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

Shades of Crusoe #025715

Tints of Crusoe #025715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.09%

R = 1.82%
G = 79.09%
B = 19.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#025715 (or 0x025715) is known color: Crusoe. HEX triplet: 02, 57 and 15. RGB value is (2,87,21). Sum of RGB (Red+Green+Blue) = 2+87+21=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 87 (34.38% from 255 or 79.09% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 87 - color contains mainly: green. Hex color #025715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025715 is #FDA8EA. Grayscale: #363636. Windows color (decimal): -16623851 or 1398530. OLE color: 1398530.

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

Color convert

RGB 2 87 21 -
CMYK 0.98 0 0.76 0.66
HSL 133.41º 0.96% 0.17% -
HSV(B) 133.41º 0.98% 0.34% -
XYZ 3.57 6.88 1.85 -
YUV 54.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 2 87 21 0.98 0 0.76 0.66 133.41 0.96 0.17
Hex 2 57 15 62 0 4C 42 85 60 11
Octal 2 127 25 142 0 114 102 205 140 21
Binary 10 1010111 10101 1100010 0 1001100 1000010 10000101 1100000 10001

Color Harmonies of #025715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025715

Black with #025715

Text Example


Text Example

White with #025715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025715; }

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

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

background-color css

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

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

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

border-color css

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

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

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