Html Css Color HEX #025831 Crusoe

📋 copy color: '#025831'

red 2 ◦ green 88 ◦ blue 49

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

Shades of Crusoe #025831

Tints of Crusoe #025831

RGB

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

 GREEN value IS 88 (34.77% from 255) = 63.31%

 BLUE value IS 49 (19.53% from 255) = 35.25%

R = 1.44%
G = 63.31%
B = 35.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#025831 (or 0x025831) is known color: Crusoe. HEX triplet: 02, 58 and 31. RGB value is (2,88,49). Sum of RGB (Red+Green+Blue) = 2+88+49=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 88 (34.77% from 255 or 63.31% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 88 - color contains mainly: green. Hex color #025831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025831 is #FDA7CE. Grayscale: #393939. Windows color (decimal): -16623567 or 3233794. OLE color: 3233794.

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

Color convert

RGB 2 88 49 -
CMYK 0.98 0 0.44 0.65
HSL 152.79º 0.96% 0.18% -
HSV(B) 152.79º 0.98% 0.35% -
XYZ 4.07 7.21 4.08 -
YUV 57.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 2 88 49 0.98 0 0.44 0.65 152.79 0.96 0.18
Hex 2 58 31 62 0 2C 41 99 60 12
Octal 2 130 61 142 0 54 101 231 140 22
Binary 10 1011000 110001 1100010 0 101100 1000001 10011001 1100000 10010

Color Harmonies of #025831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025831

Black with #025831

Text Example


Text Example

White with #025831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025831; }

 p { color: rgb(2,88,49); }

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

background-color css

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

 a { background-color: rgb(2,88,49); }

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

border-color css

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

 span { border-color: rgb(2,88,49); }

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