Html Css Color HEX #025827 Crusoe

📋 copy color: '#025827'

red 2 ◦ green 88 ◦ blue 39

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

Shades of Crusoe #025827

Tints of Crusoe #025827

RGB

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

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

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

R = 1.55%
G = 68.22%
B = 30.23%

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

#025827 (or 0x025827) is known color: Crusoe. HEX triplet: 02, 58 and 27. RGB value is (2,88,39). Sum of RGB (Red+Green+Blue) = 2+88+39=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #025827 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025827 is #FDA7D8. Grayscale: #383838. Windows color (decimal): -16623577 or 2578434. OLE color: 2578434.

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

Color convert

RGB 2 88 39 -
CMYK 0.98 0 0.56 0.65
HSL 145.81º 0.96% 0.18% -
HSV(B) 145.81º 0.98% 0.35% -
XYZ 3.88 7.14 3.09 -
YUV 56.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 2 88 39 0.98 0 0.56 0.65 145.81 0.96 0.18
Hex 2 58 27 62 0 38 41 92 60 12
Octal 2 130 47 142 0 70 101 222 140 22
Binary 10 1011000 100111 1100010 0 111000 1000001 10010010 1100000 10010

Color Harmonies of #025827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025827

Black with #025827

Text Example


Text Example

White with #025827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025827; }

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

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

background-color css

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

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

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

border-color css

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

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

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