#025923

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

Shades of Crusoe #025923

Tints of Crusoe #025923

Color information

#025923 (or 0x025923) is unknown color: approx Crusoe. HEX triplet: 02, 59 and 23. RGB value is (2,89,35). Sum of RGB (Red+Green+Blue) = 2+89+35=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 89 (35.16% from 255 or 70.63% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 89 - color contains mainly: green. Hex color #025923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025923 is #FDA6DC. Grayscale: #383838. Windows color (decimal): -16623325 or 2316546. OLE color: 2316546.

HSL color Cylindrical-coordinate representation of color #025923: hue angle of 142.76º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025923 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB28935-
CMYK0.9800.610.65
HSL142.76º95.6%17.84%-
HSV(B)142.76º97.75%34.9%-
XYZ3.97.282.79-
YUV56.83115.6888.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 89 (35.16% from 255) = 70.63%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=1.59%
G=70.63%
B=27.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289350.9800.610.65142.7695.617.84
Hex259236203D418f6012
Octal21314314207510121714022
Binary10101100110001111000100111101100000110001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025923; }

 p { color: rgb(2,89,35); }

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

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

 a { background-color: rgb(2,89,35); }

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

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

 span { border-color: rgb(2,89,35); }

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