Html Css Color HEX #12682B Crusoe

📋 copy color: '#12682B'

red 18 ◦ green 104 ◦ blue 43

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

Shades of Crusoe #12682B

Tints of Crusoe #12682B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.06%

R = 10.91%
G = 63.03%
B = 26.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#12682B (or 0x12682B) is known color: Crusoe. HEX triplet: 12, 68 and 2B. RGB value is (18,104,43). Sum of RGB (Red+Green+Blue) = 18+104+43=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 43 (17.19% from 255 or 26.06% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #12682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12682B is #ED97D4. Grayscale: #474747. Windows color (decimal): -15570901 or 2844690. OLE color: 2844690.

HSL color Cylindrical-coordinate representation of color #12682B: hue angle of 137.44º 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 #12682B is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 43 -
CMYK 0.83 0 0.59 0.59
HSL 137.44º 0.7% 0.24% -
HSV(B) 137.44º 0.83% 0.41% -
XYZ 5.64 10.2 3.96 -
YUV 71.33 112.01 89.96 -
System Red Green Blue C M Y K H S L
Decimal 18 104 43 0.83 0 0.59 0.59 137.44 0.7 0.24
Hex 12 68 2B 53 0 3B 3B 89 46 18
Octal 22 150 53 123 0 73 73 211 106 30
Binary 10010 1101000 101011 1010011 0 111011 111011 10001001 1000110 11000

Color Harmonies of #12682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12682B

Black with #12682B

Text Example


Text Example

White with #12682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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