Html Css Color HEX #2D6252 Evening Sea

📋 copy color: '#2D6252'

red 45 ◦ green 98 ◦ blue 82

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

Shades of Evening Sea #2D6252

Tints of Evening Sea #2D6252

RGB

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

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

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

R = 20%
G = 43.56%
B = 36.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#2D6252 (or 0x2D6252) is known color: Evening Sea. HEX triplet: 2D, 62 and 52. RGB value is (45,98,82). Sum of RGB (Red+Green+Blue) = 45+98+82=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #2D6252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6252 is #D29DAD. Grayscale: #505050. Windows color (decimal): -13802926 or 5399085. OLE color: 5399085.

HSL color Cylindrical-coordinate representation of color #2D6252: hue angle of 161.89º 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 #2D6252 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 98 82 -
CMYK 0.54 0 0.16 0.62
HSL 161.89º 0.37% 0.28% -
HSV(B) 161.89º 0.54% 0.38% -
XYZ 6.97 9.9 9.53 -
YUV 80.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 45 98 82 0.54 0 0.16 0.62 161.89 0.37 0.28
Hex 2D 62 52 36 0 10 3E A2 25 1C
Octal 55 142 122 66 0 20 76 242 45 34
Binary 101101 1100010 1010010 110110 0 10000 111110 10100010 100101 11100

Color Harmonies of #2D6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6252

Black with #2D6252

Text Example


Text Example

White with #2D6252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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