#02631B

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

Shades of Crusoe #02631B

Tints of Crusoe #02631B

Color information

#02631B (or 0x02631B) is unknown color: approx Crusoe. HEX triplet: 02, 63 and 1B. RGB value is (2,99,27). Sum of RGB (Red+Green+Blue) = 2+99+27=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #02631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02631B is #FD9CE4. Grayscale: #3D3D3D. Windows color (decimal): -16620773 or 1794818. OLE color: 1794818.

HSL color Cylindrical-coordinate representation of color #02631B: hue angle of 135.46º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02631B is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB29927-
CMYK0.9800.730.61
HSL135.46º96.04%19.8%-
HSV(B)135.46º97.98%38.82%-
XYZ4.689.022.53-
YUV61.79108.3685.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 99 (39.06% from 255) = 77.34%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=1.56%
G=77.34%
B=21.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299270.9800.730.61135.4696.0419.8
Hex2631B620493D876014
Octal21433314201117520714024
Binary1011000111101111000100100100111110110000111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02631B; }

 p { color: rgb(2,99,27); }

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

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

 a { background-color: rgb(2,99,27); }

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

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

 span { border-color: rgb(2,99,27); }

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