#025B2B

Color #025B2B Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #025B2B

Tints of Crusoe #025B2B

Color information

#025B2B (or 0x025B2B) is unknown color: approx Crusoe. HEX triplet: 02, 5B and 2B. RGB value is (2,91,43). Sum of RGB (Red+Green+Blue) = 2+91+43=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #025B2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B2B is #FDA4D4. Grayscale: #3B3B3B. Windows color (decimal): -16622805 or 2841346. OLE color: 2841346.

HSL color Cylindrical-coordinate representation of color #025B2B: hue angle of 147.64º 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 #025B2B is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB29143-
CMYK0.9800.530.64
HSL147.64º95.7%18.24%-
HSV(B)147.64º97.8%35.69%-
XYZ4.27.673.54-
YUV58.92119.0187.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 91 (35.94% from 255) = 66.91%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=1.47%
G=66.91%
B=31.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291430.9800.530.64147.6495.718.24
Hex25B2B6203540946012
Octal21335314206510022414022
Binary10101101110101111000100110101100000010010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #025B2B;
 }
 .AnyTagClassName
 {
   color: #025B2B;
 }
</style>
background-color css

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

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

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

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

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

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