Html Css Color HEX #2E683F Camarone

📋 copy color: '#2E683F'

red 46 ◦ green 104 ◦ blue 63

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

Shades of Camarone #2E683F

Tints of Camarone #2E683F

RGB

 RED value IS 46 (18.36% from 255) = 21.6%

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

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

R = 21.6%
G = 48.83%
B = 29.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#2E683F (or 0x2E683F) is known color: Camarone. HEX triplet: 2E, 68 and 3F. RGB value is (46,104,63). Sum of RGB (Red+Green+Blue) = 46+104+63=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #2E683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E683F is #D197C0. Grayscale: #525252. Windows color (decimal): -13735873 or 4155438. OLE color: 4155438.

HSL color Cylindrical-coordinate representation of color #2E683F: hue angle of 137.59º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E683F is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 104 63 -
CMYK 0.56 0 0.39 0.59
HSL 137.59º 0.39% 0.29% -
HSV(B) 137.59º 0.56% 0.41% -
XYZ 6.97 10.84 6.43 -
YUV 81.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 46 104 63 0.56 0 0.39 0.59 137.59 0.39 0.29
Hex 2E 68 3F 38 0 27 3B 8A 27 1D
Octal 56 150 77 70 0 47 73 212 47 35
Binary 101110 1101000 111111 111000 0 100111 111011 10001010 100111 11101

Color Harmonies of #2E683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E683F

Black with #2E683F

Text Example


Text Example

White with #2E683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E683F; }

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

 H1.HeaderClassName
 {
   color: #2E683F;
 }
 .AnyTagClassName
 {
   color: #2E683F;
 }
</style>

background-color css

<style>
 a { background-color: #2E683F; }

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

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

border-color css

<style>
 span { border-color: #2E683F; }

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

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