Html Css Color HEX #02553C Fun Green

📋 copy color: '#02553C'

red 2 ◦ green 85 ◦ blue 60

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

Shades of Fun Green #02553C

Tints of Fun Green #02553C

RGB

 RED value IS 2 (1.17% from 255) = 1.36%

 GREEN value IS 85 (33.59% from 255) = 57.82%

 BLUE value IS 60 (23.83% from 255) = 40.82%

R = 1.36%
G = 57.82%
B = 40.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#02553C (or 0x02553C) is known color: Fun Green. HEX triplet: 02, 55 and 3C. RGB value is (2,85,60). Sum of RGB (Red+Green+Blue) = 2+85+60=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #02553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02553C is #FDAAC3. Grayscale: #393939. Windows color (decimal): -16624324 or 3953922. OLE color: 3953922.

HSL color Cylindrical-coordinate representation of color #02553C: hue angle of 161.93º 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 #02553C is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 85 60 -
CMYK 0.98 0 0.29 0.67
HSL 161.93º 0.95% 0.17% -
HSV(B) 161.93º 0.98% 0.33% -
XYZ 4.09 6.84 5.38 -
YUV 57.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 2 85 60 0.98 0 0.29 0.67 161.93 0.95 0.17
Hex 2 55 3C 62 0 1D 43 A2 5F 11
Octal 2 125 74 142 0 35 103 242 137 21
Binary 10 1010101 111100 1100010 0 11101 1000011 10100010 1011111 10001

Color Harmonies of #02553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02553C

Black with #02553C

Text Example


Text Example

White with #02553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02553C;
 }
 .AnyTagClassName
 {
   color: #02553C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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