#238462

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

Shades of Elf Green #238462

Tints of Elf Green #238462

Color information

#238462 (or 0x238462) is unknown color: approx Elf Green. HEX triplet: 23, 84 and 62. RGB value is (35,132,98). Sum of RGB (Red+Green+Blue) = 35+132+98=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #238462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238462 is #DC7B9D. Grayscale: #636363. Windows color (decimal): -14449566 or 6456355. OLE color: 6456355.

HSL color Cylindrical-coordinate representation of color #238462: hue angle of 158.97º 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 #238462 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB3513298-
CMYK0.7300.260.48
HSL158.97º58.08%32.75%-
HSV(B)158.97º73.48%51.76%-
XYZ11.1517.7414.39-
YUV99.12127.3682.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.21%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=13.21%
G=49.81%
B=36.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35132980.7300.260.48158.9758.0832.75
Hex2384624901A309f3a21
Octal43204142111032602377241
Binary100011100001001100010100100101101011000010011111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238462; }

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

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

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

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

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

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

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

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