Html Css Color HEX #025B28 Crusoe

📋 copy color: '#025B28'

red 2 ◦ green 91 ◦ blue 40

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

Shades of Crusoe #025B28

Tints of Crusoe #025B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 68.42%

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 1.5%
G = 68.42%
B = 30.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#025B28 (or 0x025B28) is known color: Crusoe. HEX triplet: 02, 5B and 28. RGB value is (2,91,40). Sum of RGB (Red+Green+Blue) = 2+91+40=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 91 (35.94% from 255 or 68.42% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 91 - color contains mainly: green. Hex color #025B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B28 is #FDA4D7. Grayscale: #3A3A3A. Windows color (decimal): -16622808 or 2644738. OLE color: 2644738.

HSL color Cylindrical-coordinate representation of color #025B28: hue angle of 145.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025B28 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 91 40 -
CMYK 0.98 0 0.56 0.64
HSL 145.62º 0.96% 0.18% -
HSV(B) 145.62º 0.98% 0.36% -
XYZ 4.15 7.65 3.27 -
YUV 58.58 117.51 87.65 -
System Red Green Blue C M Y K H S L
Decimal 2 91 40 0.98 0 0.56 0.64 145.62 0.96 0.18
Hex 2 5B 28 62 0 38 40 92 60 12
Octal 2 133 50 142 0 70 100 222 140 22
Binary 10 1011011 101000 1100010 0 111000 1000000 10010010 1100000 10010

Color Harmonies of #025B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025B28

Black with #025B28

Text Example


Text Example

White with #025B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025B28; }

 p { color: rgb(2,91,40); }

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

background-color css

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

 a { background-color: rgb(2,91,40); }

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

border-color css

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

 span { border-color: rgb(2,91,40); }

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