Html Css Color HEX #238263 Elf Green

📋 copy color: '#238263'

red 35 ◦ green 130 ◦ blue 99

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

Shades of Elf Green #238263

Tints of Elf Green #238263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.5%

R = 13.26%
G = 49.24%
B = 37.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#238263 (or 0x238263) is known color: Elf Green. HEX triplet: 23, 82 and 63. RGB value is (35,130,99). Sum of RGB (Red+Green+Blue) = 35+130+99=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #238263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238263 is #DC7D9C. Grayscale: #626262. Windows color (decimal): -14450077 or 6521379. OLE color: 6521379.

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

Color convert

RGB 35 130 99 -
CMYK 0.73 0 0.24 0.49
HSL 160.42º 0.58% 0.32% -
HSV(B) 160.42º 0.73% 0.51% -
XYZ 10.93 17.22 14.55 -
YUV 98.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 35 130 99 0.73 0 0.24 0.49 160.42 0.58 0.32
Hex 23 82 63 49 0 18 31 A0 3A 20
Octal 43 202 143 111 0 30 61 240 72 40
Binary 100011 10000010 1100011 1001001 0 11000 110001 10100000 111010 100000

Color Harmonies of #238263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238263

Black with #238263

Text Example


Text Example

White with #238263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238263; }

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

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

background-color css

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

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

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

border-color css

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

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

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