Html Css Color HEX #025927 Crusoe

📋 copy color: '#025927'

red 2 ◦ green 89 ◦ blue 39

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

Shades of Crusoe #025927

Tints of Crusoe #025927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30%

R = 1.54%
G = 68.46%
B = 30%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#025927 (or 0x025927) is known color: Crusoe. HEX triplet: 02, 59 and 27. RGB value is (2,89,39). Sum of RGB (Red+Green+Blue) = 2+89+39=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 89 (35.16% from 255 or 68.46% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 89 - color contains mainly: green. Hex color #025927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025927 is #FDA6D8. Grayscale: #393939. Windows color (decimal): -16623321 or 2578690. OLE color: 2578690.

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

Color convert

RGB 2 89 39 -
CMYK 0.98 0 0.56 0.65
HSL 145.52º 0.96% 0.18% -
HSV(B) 145.52º 0.98% 0.35% -
XYZ 3.96 7.3 3.12 -
YUV 57.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 2 89 39 0.98 0 0.56 0.65 145.52 0.96 0.18
Hex 2 59 27 62 0 38 41 92 60 12
Octal 2 131 47 142 0 70 101 222 140 22
Binary 10 1011001 100111 1100010 0 111000 1000001 10010010 1100000 10010

Color Harmonies of #025927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025927

Black with #025927

Text Example


Text Example

White with #025927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025927; }

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

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

background-color css

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

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

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

border-color css

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

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

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