#02553A

Color #02553A Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #02553A

Tints of Fun Green #02553A

Color information

#02553A (or 0x02553A) is unknown color: approx Fun Green. HEX triplet: 02, 55 and 3A. RGB value is (2,85,58). Sum of RGB (Red+Green+Blue) = 2+85+58=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #02553A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02553A is #FDAAC5. Grayscale: #393939. Windows color (decimal): -16624326 or 3822850. OLE color: 3822850.

HSL color Cylindrical-coordinate representation of color #02553A: hue angle of 160.48º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02553A is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB28558-
CMYK0.9800.320.67
HSL160.48º95.4%17.06%-
HSV(B)160.48º97.65%33.33%-
XYZ4.046.825.11-
YUV57.1128.588.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 85 (33.59% from 255) = 58.62%
BLUE value IS 58 (23.05% from 255) = 40%
R=1.38%
G=58.62%
B=40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285580.9800.320.67160.4895.417.06
Hex2553A6202043a05f11
Octal21257214204010324013721
Binary10101010111101011000100100000100001110100000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02553A; }

 p { color: rgb(2,85,58); }

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

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

 a { background-color: rgb(2,85,58); }

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

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

 span { border-color: rgb(2,85,58); }

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