#025D26

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

Shades of Crusoe #025D26

Tints of Crusoe #025D26

Color information

#025D26 (or 0x025D26) is unknown color: approx Crusoe. HEX triplet: 02, 5D and 26. RGB value is (2,93,38). Sum of RGB (Red+Green+Blue) = 2+93+38=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 93 (36.72% from 255 or 69.92% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 93 - color contains mainly: green. Hex color #025D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025D26 is #FDA2D9. Grayscale: #3B3B3B. Windows color (decimal): -16622298 or 2514178. OLE color: 2514178.

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

Color convert

RGB29338-
CMYK0.9800.590.64
HSL143.74º95.79%18.63%-
HSV(B)143.74º97.85%36.47%-
XYZ4.297.983.15-
YUV59.52115.8586.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 93 (36.72% from 255) = 69.92%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=1.50%
G=69.92%
B=28.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal293380.9800.590.64143.7495.7918.63
Hex25D266203B40906013
Octal21354614207310022014023
Binary10101110110011011000100111011100000010010000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,93,38); }

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

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

 a { background-color: rgb(2,93,38); }

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

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

 span { border-color: rgb(2,93,38); }

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