Html Css Color HEX #02683B Jewel

📋 copy color: '#02683B'

red 2 ◦ green 104 ◦ blue 59

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

Shades of Jewel #02683B

Tints of Jewel #02683B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 63.03%

 BLUE value IS 59 (23.44% from 255) = 35.76%

R = 1.21%
G = 63.03%
B = 35.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#02683B (or 0x02683B) is known color: Jewel. HEX triplet: 02, 68 and 3B. RGB value is (2,104,59). Sum of RGB (Red+Green+Blue) = 2+104+59=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #02683B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02683B is #FD97C4. Grayscale: #444444. Windows color (decimal): -16619461 or 3893250. OLE color: 3893250.

HSL color Cylindrical-coordinate representation of color #02683B: hue angle of 153.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02683B is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 104 59 -
CMYK 0.98 0 0.43 0.59
HSL 153.53º 0.96% 0.21% -
HSV(B) 153.53º 0.98% 0.41% -
XYZ 5.76 10.23 5.81 -
YUV 68.37 122.71 80.66 -
System Red Green Blue C M Y K H S L
Decimal 2 104 59 0.98 0 0.43 0.59 153.53 0.96 0.21
Hex 2 68 3B 62 0 2B 3B 9A 60 15
Octal 2 150 73 142 0 53 73 232 140 25
Binary 10 1101000 111011 1100010 0 101011 111011 10011010 1100000 10101

Color Harmonies of #02683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02683B

Black with #02683B

Text Example


Text Example

White with #02683B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02683B; }

 p { color: rgb(2,104,59); }

 H1.HeaderClassName
 {
   color: #02683B;
 }
 .AnyTagClassName
 {
   color: #02683B;
 }
</style>

background-color css

<style>
 a { background-color: #02683B; }

 a { background-color: rgb(2,104,59); }

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

border-color css

<style>
 span { border-color: #02683B; }

 span { border-color: rgb(2,104,59); }

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