#02652B

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

Shades of Crusoe #02652B

Tints of Crusoe #02652B

Color information

#02652B (or 0x02652B) is unknown color: approx Crusoe. HEX triplet: 02, 65 and 2B. RGB value is (2,101,43). Sum of RGB (Red+Green+Blue) = 2+101+43=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #02652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02652B is #FD9AD4. Grayscale: #404040. Windows color (decimal): -16620245 or 2843906. OLE color: 2843906.

HSL color Cylindrical-coordinate representation of color #02652B: hue angle of 144.85º 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 #02652B is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB210143-
CMYK0.9800.570.60
HSL144.85º96.12%20.2%-
HSV(B)144.85º98.02%39.61%-
XYZ5.119.493.85-
YUV64.79115.783.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 101 (39.84% from 255) = 69.18%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=1.37%
G=69.18%
B=29.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2101430.9800.570.60144.8596.1220.2
Hex2652B620393C916014
Octal2145531420717422114024
Binary1011001011010111100010011100111110010010001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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