Html Css Color HEX #02553E Jewel

📋 copy color: '#02553E'

red 2 ◦ green 85 ◦ blue 62

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

Shades of Jewel #02553E

Tints of Jewel #02553E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.61%

R = 1.34%
G = 57.05%
B = 41.61%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#02553E (or 0x02553E) is known color: Jewel. HEX triplet: 02, 55 and 3E. RGB value is (2,85,62). Sum of RGB (Red+Green+Blue) = 2+85+62=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #02553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02553E is #FDAAC1. Grayscale: #393939. Windows color (decimal): -16624322 or 4084994. OLE color: 4084994.

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

Color convert

RGB 2 85 62 -
CMYK 0.98 0 0.27 0.67
HSL 163.37º 0.95% 0.17% -
HSV(B) 163.37º 0.98% 0.33% -
XYZ 4.14 6.86 5.66 -
YUV 57.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 2 85 62 0.98 0 0.27 0.67 163.37 0.95 0.17
Hex 2 55 3E 62 0 1B 43 A3 5F 11
Octal 2 125 76 142 0 33 103 243 137 21
Binary 10 1010101 111110 1100010 0 11011 1000011 10100011 1011111 10001

Color Harmonies of #02553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02553E

Black with #02553E

Text Example


Text Example

White with #02553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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