Html Css Color HEX #02553A Fun Green

📋 copy color: '#02553A'

red 2 ◦ green 85 ◦ blue 58

#02553A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #02553A

Tints of Fun Green #02553A

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 value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#02553A (or 0x02553A) is known color: 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

RGB 2 85 58 -
CMYK 0.98 0 0.32 0.67
HSL 160.48º 0.95% 0.17% -
HSV(B) 160.48º 0.98% 0.33% -
XYZ 4.04 6.82 5.11 -
YUV 57.11 128.5 88.7 -
System Red Green Blue C M Y K H S L
Decimal 2 85 58 0.98 0 0.32 0.67 160.48 0.95 0.17
Hex 2 55 3A 62 0 20 43 A0 5F 11
Octal 2 125 72 142 0 40 103 240 137 21
Binary 10 1010101 111010 1100010 0 100000 1000011 10100000 1011111 10001

Color Harmonies of #02553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02553A

Black with #02553A

Text Example


Text Example

White with #02553A

Text Example


Text Example

HTML Codes & Css Web 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>