Html Css Color HEX #02743A Jewel

📋 copy color: '#02743A'

red 2 ◦ green 116 ◦ blue 58

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

Shades of Jewel #02743A

Tints of Jewel #02743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 65.91%

 BLUE value IS 58 (23.05% from 255) = 32.95%

R = 1.14%
G = 65.91%
B = 32.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#02743A (or 0x02743A) is known color: Jewel. HEX triplet: 02, 74 and 3A. RGB value is (2,116,58). Sum of RGB (Red+Green+Blue) = 2+116+58=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #02743A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02743A is #FD8BC5. Grayscale: #4B4B4B. Windows color (decimal): -16616390 or 3830786. OLE color: 3830786.

HSL color Cylindrical-coordinate representation of color #02743A: hue angle of 149.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02743A is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 58 -
CMYK 0.98 0 0.5 0.55
HSL 149.47º 0.97% 0.23% -
HSV(B) 149.47º 0.98% 0.45% -
XYZ 7.03 12.81 6.1 -
YUV 75.3 118.23 75.72 -
System Red Green Blue C M Y K H S L
Decimal 2 116 58 0.98 0 0.5 0.55 149.47 0.97 0.23
Hex 2 74 3A 62 0 32 37 95 61 17
Octal 2 164 72 142 0 62 67 225 141 27
Binary 10 1110100 111010 1100010 0 110010 110111 10010101 1100001 10111

Color Harmonies of #02743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02743A

Black with #02743A

Text Example


Text Example

White with #02743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02743A;
 }
 .AnyTagClassName
 {
   color: #02743A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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