#238463

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

Shades of Elf Green #238463

Tints of Elf Green #238463

Color information

#238463 (or 0x238463) is unknown color: approx Elf Green. HEX triplet: 23, 84 and 63. RGB value is (35,132,99). Sum of RGB (Red+Green+Blue) = 35+132+99=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #238463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238463 is #DC7B9C. Grayscale: #636363. Windows color (decimal): -14449565 or 6521891. OLE color: 6521891.

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

Color convert

RGB3513299-
CMYK0.7300.250.48
HSL159.59º58.08%32.75%-
HSV(B)159.59º73.48%51.76%-
XYZ11.217.7614.64-
YUV99.24127.8682.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.16%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=13.16%
G=49.62%
B=37.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35132990.7300.250.48159.5958.0832.75
Hex2384634901930a03a21
Octal43204143111031602407241
Binary100011100001001100011100100101100111000010100000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238463; }

 p { color: rgb(35,132,99); }

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

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

 a { background-color: rgb(35,132,99); }

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

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

 span { border-color: rgb(35,132,99); }

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