#02692E

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

Shades of Crusoe #02692E

Tints of Crusoe #02692E

Color information

#02692E (or 0x02692E) is unknown color: approx Crusoe. HEX triplet: 02, 69 and 2E. RGB value is (2,105,46). Sum of RGB (Red+Green+Blue) = 2+105+46=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 105 (41.41% from 255 or 68.63% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 105 - color contains mainly: green. Hex color #02692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02692E is #FD96D1. Grayscale: #434343. Windows color (decimal): -16619218 or 3041538. OLE color: 3041538.

HSL color Cylindrical-coordinate representation of color #02692E: hue angle of 145.63º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02692E is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB210546-
CMYK0.9800.560.59
HSL145.63º96.26%20.98%-
HSV(B)145.63º98.1%41.18%-
XYZ5.5710.314.28-
YUV67.48115.8881.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 105 (41.41% from 255) = 68.63%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=1.31%
G=68.63%
B=30.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2105460.9800.560.59145.6396.2620.98
Hex2692E620383B926015
Octal2151561420707322214025
Binary1011010011011101100010011100011101110010010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02692E; }

 p { color: rgb(2,105,46); }

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

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

 a { background-color: rgb(2,105,46); }

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

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

 span { border-color: rgb(2,105,46); }

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