#025B30

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

Shades of Crusoe #025B30

Tints of Crusoe #025B30

Color information

#025B30 (or 0x025B30) is unknown color: approx Crusoe. HEX triplet: 02, 5B and 30. RGB value is (2,91,48). Sum of RGB (Red+Green+Blue) = 2+91+48=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #025B30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025B30 is #FDA4CF. Grayscale: #3B3B3B. Windows color (decimal): -16622800 or 3169026. OLE color: 3169026.

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

Color convert

RGB29148-
CMYK0.9800.470.64
HSL151.01º95.7%18.24%-
HSV(B)151.01º97.8%35.69%-
XYZ4.37.714.06-
YUV59.49121.5187-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 91 (35.94% from 255) = 64.54%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=1.42%
G=64.54%
B=34.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal291480.9800.470.64151.0195.718.24
Hex25B306202F40976012
Octal21336014205710022714022
Binary10101101111000011000100101111100000010010111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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