Html Css Color HEX #238463 Elf Green

📋 copy color: '#238463'

red 35 ◦ green 132 ◦ blue 99

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

Shades of Elf Green #238463

Tints of Elf Green #238463

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 value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#238463 (or 0x238463) is known color: 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

RGB 35 132 99 -
CMYK 0.73 0 0.25 0.48
HSL 159.59º 0.58% 0.33% -
HSV(B) 159.59º 0.73% 0.52% -
XYZ 11.2 17.76 14.64 -
YUV 99.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 35 132 99 0.73 0 0.25 0.48 159.59 0.58 0.33
Hex 23 84 63 49 0 19 30 A0 3A 21
Octal 43 204 143 111 0 31 60 240 72 41
Binary 100011 10000100 1100011 1001001 0 11001 110000 10100000 111010 100001

Color Harmonies of #238463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238463

Black with #238463

Text Example


Text Example

White with #238463

Text Example


Text Example

HTML Codes & Css Web 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>