Html Css Color HEX #2D6253 Evening Sea

📋 copy color: '#2D6253'

red 45 ◦ green 98 ◦ blue 83

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

Shades of Evening Sea #2D6253

Tints of Evening Sea #2D6253

RGB

 RED value IS 45 (17.97% from 255) = 19.91%

 GREEN value IS 98 (38.67% from 255) = 43.36%

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 19.91%
G = 43.36%
B = 36.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#2D6253 (or 0x2D6253) is known color: Evening Sea. HEX triplet: 2D, 62 and 53. RGB value is (45,98,83). Sum of RGB (Red+Green+Blue) = 45+98+83=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6253 is #D29DAC. Grayscale: #505050. Windows color (decimal): -13802925 or 5464621. OLE color: 5464621.

HSL color Cylindrical-coordinate representation of color #2D6253: hue angle of 163.02º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D6253 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 98 83 -
CMYK 0.54 0 0.15 0.62
HSL 163.02º 0.37% 0.28% -
HSV(B) 163.02º 0.54% 0.38% -
XYZ 7.01 9.92 9.73 -
YUV 80.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 45 98 83 0.54 0 0.15 0.62 163.02 0.37 0.28
Hex 2D 62 53 36 0 F 3E A3 25 1C
Octal 55 142 123 66 0 17 76 243 45 34
Binary 101101 1100010 1010011 110110 0 1111 111110 10100011 100101 11100

Color Harmonies of #2D6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6253

Black with #2D6253

Text Example


Text Example

White with #2D6253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,98,83); }

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

background-color css

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

 a { background-color: rgb(45,98,83); }

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

border-color css

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

 span { border-color: rgb(45,98,83); }

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