#238360

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

Shades of Elf Green #238360

Tints of Elf Green #238360

Color information

#238360 (or 0x238360) is unknown color: approx Elf Green. HEX triplet: 23, 83 and 60. RGB value is (35,131,96). Sum of RGB (Red+Green+Blue) = 35+131+96=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #238360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238360 is #DC7C9F. Grayscale: #626262. Windows color (decimal): -14449824 or 6325027. OLE color: 6325027.

HSL color Cylindrical-coordinate representation of color #238360: hue angle of 158.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238360 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB3513196-
CMYK0.7300.270.49
HSL158.12º57.83%32.55%-
HSV(B)158.12º73.28%51.37%-
XYZ10.9217.4313.86-
YUV98.31126.782.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=13.36%
G=50%
B=36.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal35131960.7300.270.49158.1257.8332.55
Hex2383604901B319e3a21
Octal43203140111033612367241
Binary100011100000111100000100100101101111000110011110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238360; }

 p { color: rgb(35,131,96); }

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

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

 a { background-color: rgb(35,131,96); }

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

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

 span { border-color: rgb(35,131,96); }

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