Html Css Color HEX #12682F Crusoe

📋 copy color: '#12682F'

red 18 ◦ green 104 ◦ blue 47

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

Shades of Crusoe #12682F

Tints of Crusoe #12682F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.81%

R = 10.65%
G = 61.54%
B = 27.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#12682F (or 0x12682F) is known color: Crusoe. HEX triplet: 12, 68 and 2F. RGB value is (18,104,47). Sum of RGB (Red+Green+Blue) = 18+104+47=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #12682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12682F is #ED97D0. Grayscale: #474747. Windows color (decimal): -15570897 or 3106834. OLE color: 3106834.

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

Color convert

RGB 18 104 47 -
CMYK 0.83 0 0.55 0.59
HSL 140.23º 0.7% 0.24% -
HSV(B) 140.23º 0.83% 0.41% -
XYZ 5.71 10.23 4.36 -
YUV 71.79 114.01 89.63 -
System Red Green Blue C M Y K H S L
Decimal 18 104 47 0.83 0 0.55 0.59 140.23 0.7 0.24
Hex 12 68 2F 53 0 37 3B 8C 46 18
Octal 22 150 57 123 0 67 73 214 106 30
Binary 10010 1101000 101111 1010011 0 110111 111011 10001100 1000110 11000

Color Harmonies of #12682F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12682F

Black with #12682F

Text Example


Text Example

White with #12682F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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