Html Css Color HEX #02683F Jewel

📋 copy color: '#02683F'

red 2 ◦ green 104 ◦ blue 63

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

Shades of Jewel #02683F

Tints of Jewel #02683F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 37.28%

R = 1.18%
G = 61.54%
B = 37.28%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#02683F (or 0x02683F) is known color: Jewel. HEX triplet: 02, 68 and 3F. RGB value is (2,104,63). Sum of RGB (Red+Green+Blue) = 2+104+63=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #02683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02683F is #FD97C0. Grayscale: #444444. Windows color (decimal): -16619457 or 4155394. OLE color: 4155394.

HSL color Cylindrical-coordinate representation of color #02683F: hue angle of 155.88º 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 #02683F is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 104 63 -
CMYK 0.98 0 0.39 0.59
HSL 155.88º 0.96% 0.21% -
HSV(B) 155.88º 0.98% 0.41% -
XYZ 5.87 10.27 6.38 -
YUV 68.83 124.71 80.33 -
System Red Green Blue C M Y K H S L
Decimal 2 104 63 0.98 0 0.39 0.59 155.88 0.96 0.21
Hex 2 68 3F 62 0 27 3B 9C 60 15
Octal 2 150 77 142 0 47 73 234 140 25
Binary 10 1101000 111111 1100010 0 100111 111011 10011100 1100000 10101

Color Harmonies of #02683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02683F

Black with #02683F

Text Example


Text Example

White with #02683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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