Html Css Color HEX #02673E Jewel

📋 copy color: '#02673E'

red 2 ◦ green 103 ◦ blue 62

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

Shades of Jewel #02673E

Tints of Jewel #02673E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 61.68%

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

R = 1.2%
G = 61.68%
B = 37.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#02673E (or 0x02673E) is known color: Jewel. HEX triplet: 02, 67 and 3E. RGB value is (2,103,62). Sum of RGB (Red+Green+Blue) = 2+103+62=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #02673E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02673E is #FD98C1. Grayscale: #444444. Windows color (decimal): -16619714 or 4089602. OLE color: 4089602.

HSL color Cylindrical-coordinate representation of color #02673E: hue angle of 155.64º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02673E is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 2 103 62 -
CMYK 0.98 0 0.40 0.60
HSL 155.64º 0.96% 0.21% -
HSV(B) 155.64º 0.98% 0.4% -
XYZ 5.74 10.06 6.2 -
YUV 68.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 2 103 62 0.98 0 0.40 0.60 155.64 0.96 0.21
Hex 2 67 3E 62 0 28 3C 9C 60 15
Octal 2 147 76 142 0 50 74 234 140 25
Binary 10 1100111 111110 1100010 0 101000 111100 10011100 1100000 10101

Color Harmonies of #02673E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02673E

Black with #02673E

Text Example


Text Example

White with #02673E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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