Html Css Color HEX #12683F Jewel

📋 copy color: '#12683F'

red 18 ◦ green 104 ◦ blue 63

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

Shades of Jewel #12683F

Tints of Jewel #12683F

RGB

 RED value IS 18 (7.42% from 255) = 9.73%

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

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

R = 9.73%
G = 56.22%
B = 34.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#12683F (or 0x12683F) is known color: Jewel. HEX triplet: 12, 68 and 3F. RGB value is (18,104,63). Sum of RGB (Red+Green+Blue) = 18+104+63=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #12683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12683F is #ED97C0. Grayscale: #494949. Windows color (decimal): -15570881 or 4155410. OLE color: 4155410.

HSL color Cylindrical-coordinate representation of color #12683F: hue angle of 151.4º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12683F is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 63 -
CMYK 0.83 0 0.39 0.59
HSL 151.4º 0.7% 0.24% -
HSV(B) 151.4º 0.83% 0.41% -
XYZ 6.1 10.39 6.39 -
YUV 73.61 122.01 88.33 -
System Red Green Blue C M Y K H S L
Decimal 18 104 63 0.83 0 0.39 0.59 151.4 0.7 0.24
Hex 12 68 3F 53 0 27 3B 97 46 18
Octal 22 150 77 123 0 47 73 227 106 30
Binary 10010 1101000 111111 1010011 0 100111 111011 10010111 1000110 11000

Color Harmonies of #12683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12683F

Black with #12683F

Text Example


Text Example

White with #12683F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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