#02652C

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

Shades of Crusoe #02652C

Tints of Crusoe #02652C

Color information

#02652C (or 0x02652C) is unknown color: approx Crusoe. HEX triplet: 02, 65 and 2C. RGB value is (2,101,44). Sum of RGB (Red+Green+Blue) = 2+101+44=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #02652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02652C is #FD9AD3. Grayscale: #414141. Windows color (decimal): -16620244 or 2909442. OLE color: 2909442.

HSL color Cylindrical-coordinate representation of color #02652C: hue angle of 145.45º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02652C is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB210144-
CMYK0.9800.560.60
HSL145.45º96.12%20.2%-
HSV(B)145.45º98.02%39.61%-
XYZ5.139.53.95-
YUV64.9116.283.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 101 (39.84% from 255) = 68.71%
BLUE value IS 44 (17.58% from 255) = 29.93%
R=1.36%
G=68.71%
B=29.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101440.9800.560.60145.4596.1220.2
Hex2652C620383C916014
Octal2145541420707422114024
Binary1011001011011001100010011100011110010010001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02652C; }

 p { color: rgb(2,101,44); }

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

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

 a { background-color: rgb(2,101,44); }

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

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

 span { border-color: rgb(2,101,44); }

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