Html Css Color HEX #2A6852 Evening Sea

📋 copy color: '#2A6852'

red 42 ◦ green 104 ◦ blue 82

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

Shades of Evening Sea #2A6852

Tints of Evening Sea #2A6852

RGB

 RED value IS 42 (16.8% from 255) = 18.42%

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

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 18.42%
G = 45.61%
B = 35.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#2A6852 (or 0x2A6852) is known color: Evening Sea. HEX triplet: 2A, 68 and 52. RGB value is (42,104,82). Sum of RGB (Red+Green+Blue) = 42+104+82=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6852 is #D597AD. Grayscale: #525252. Windows color (decimal): -13997998 or 5400618. OLE color: 5400618.

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

Color convert

RGB 42 104 82 -
CMYK 0.60 0 0.21 0.59
HSL 158.71º 0.42% 0.29% -
HSV(B) 158.71º 0.6% 0.41% -
XYZ 7.43 11 9.71 -
YUV 82.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 42 104 82 0.60 0 0.21 0.59 158.71 0.42 0.29
Hex 2A 68 52 3C 0 15 3B 9F 2A 1D
Octal 52 150 122 74 0 25 73 237 52 35
Binary 101010 1101000 1010010 111100 0 10101 111011 10011111 101010 11101

Color Harmonies of #2A6852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6852

Black with #2A6852

Text Example


Text Example

White with #2A6852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,104,82); }

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

background-color css

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

 a { background-color: rgb(42,104,82); }

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

border-color css

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

 span { border-color: rgb(42,104,82); }

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