Html Css Color HEX #2D9272 Elf Green

📋 copy color: '#2D9272'

red 45 ◦ green 146 ◦ blue 114

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

Shades of Elf Green #2D9272

Tints of Elf Green #2D9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.87%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 14.75%
G = 47.87%
B = 37.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#2D9272 (or 0x2D9272) is known color: Elf Green. HEX triplet: 2D, 92 and 72. RGB value is (45,146,114). Sum of RGB (Red+Green+Blue) = 45+146+114=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9272 is #D26D8D. Grayscale: #707070. Windows color (decimal): -13790606 or 7508525. OLE color: 7508525.

HSL color Cylindrical-coordinate representation of color #2D9272: hue angle of 160.99º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9272 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 146 114 -
CMYK 0.69 0 0.22 0.43
HSL 160.99º 0.53% 0.37% -
HSV(B) 160.99º 0.69% 0.57% -
XYZ 14.4 22.33 19.47 -
YUV 112.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 45 146 114 0.69 0 0.22 0.43 160.99 0.53 0.37
Hex 2D 92 72 45 0 16 2B A1 35 25
Octal 55 222 162 105 0 26 53 241 65 45
Binary 101101 10010010 1110010 1000101 0 10110 101011 10100001 110101 100101

Color Harmonies of #2D9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9272

Black with #2D9272

Text Example


Text Example

White with #2D9272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,146,114); }

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

background-color css

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

 a { background-color: rgb(45,146,114); }

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

border-color css

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

 span { border-color: rgb(45,146,114); }

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