#239274

Color #239274 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #239274

Tints of Elf Green #239274

Color information

#239274 (or 0x239274) is unknown color: approx Elf Green. HEX triplet: 23, 92 and 74. RGB value is (35,146,116). Sum of RGB (Red+Green+Blue) = 35+146+116=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #239274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239274 is #DC6D8B. Grayscale: #6D6D6D. Windows color (decimal): -14445964 or 7639587. OLE color: 7639587.

HSL color Cylindrical-coordinate representation of color #239274: hue angle of 163.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239274 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB35146116-
CMYK0.7600.210.43
HSL163.78º61.33%35.49%-
HSV(B)163.78º76.03%57.25%-
XYZ14.1222.1820.06-
YUV109.39131.7374.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.78%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=11.78%
G=49.16%
B=39.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal351461160.7600.210.43163.7861.3335.49
Hex2392744C0152Ba43d23
Octal43222164114025532447543
Binary100011100100101110100100110001010110101110100100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239274; }

 p { color: rgb(35,146,116); }

 H1.HeaderClassName
 {
   color: #239274;
 }
 .AnyTagClassName
 {
   color: #239274;
 }
</style>
background-color css

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

 a { background-color: rgb(35,146,116); }

 div.DivClassName
 {
   background-color: #239274;
 }
 .BgClassName
 {
   background-color: #239274;
 }
</style>
border-color css

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

 span { border-color: rgb(35,146,116); }

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