#025F2B

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

Shades of Crusoe #025F2B

Tints of Crusoe #025F2B

Color information

#025F2B (or 0x025F2B) is unknown color: approx Crusoe. HEX triplet: 02, 5F and 2B. RGB value is (2,95,43). Sum of RGB (Red+Green+Blue) = 2+95+43=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #025F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025F2B is #FDA0D4. Grayscale: #3D3D3D. Windows color (decimal): -16621781 or 2842370. OLE color: 2842370.

HSL color Cylindrical-coordinate representation of color #025F2B: hue angle of 146.45º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025F2B is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB29543-
CMYK0.9800.550.63
HSL146.45º95.88%19.02%-
HSV(B)146.45º97.89%37.25%-
XYZ4.558.373.66-
YUV61.26117.6985.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 95 (37.5% from 255) = 67.86%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=1.43%
G=67.86%
B=30.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal295430.9800.550.63146.4595.8819.02
Hex25F2B620373F926013
Octal2137531420677722214023
Binary1010111111010111100010011011111111110010010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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