Html Css Color HEX #238262 Elf Green

📋 copy color: '#238262'

red 35 ◦ green 130 ◦ blue 98

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

Shades of Elf Green #238262

Tints of Elf Green #238262

RGB

 RED value IS 35 (14.06% from 255) = 13.31%

 GREEN value IS 130 (51.17% from 255) = 49.43%

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 13.31%
G = 49.43%
B = 37.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#238262 (or 0x238262) is known color: Elf Green. HEX triplet: 23, 82 and 62. RGB value is (35,130,98). Sum of RGB (Red+Green+Blue) = 35+130+98=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #238262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238262 is #DC7D9D. Grayscale: #616161. Windows color (decimal): -14450078 or 6455843. OLE color: 6455843.

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

Color convert

RGB 35 130 98 -
CMYK 0.73 0 0.25 0.49
HSL 159.79º 0.58% 0.32% -
HSV(B) 159.79º 0.73% 0.51% -
XYZ 10.88 17.2 14.3 -
YUV 97.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 35 130 98 0.73 0 0.25 0.49 159.79 0.58 0.32
Hex 23 82 62 49 0 19 31 A0 3A 20
Octal 43 202 142 111 0 31 61 240 72 40
Binary 100011 10000010 1100010 1001001 0 11001 110001 10100000 111010 100000

Color Harmonies of #238262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238262

Black with #238262

Text Example


Text Example

White with #238262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238262; }

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

 H1.HeaderClassName
 {
   color: #238262;
 }
 .AnyTagClassName
 {
   color: #238262;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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