Html Css Color HEX #238268 Elf Green

📋 copy color: '#238268'

red 35 ◦ green 130 ◦ blue 104

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

Shades of Elf Green #238268

Tints of Elf Green #238268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.66%

R = 13.01%
G = 48.33%
B = 38.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#238268 (or 0x238268) is known color: Elf Green. HEX triplet: 23, 82 and 68. RGB value is (35,130,104). Sum of RGB (Red+Green+Blue) = 35+130+104=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #238268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238268 is #DC7D97. Grayscale: #626262. Windows color (decimal): -14450072 or 6849059. OLE color: 6849059.

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

Color convert

RGB 35 130 104 -
CMYK 0.73 0 0.2 0.49
HSL 163.58º 0.58% 0.32% -
HSV(B) 163.58º 0.73% 0.51% -
XYZ 11.17 17.32 15.85 -
YUV 98.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 35 130 104 0.73 0 0.2 0.49 163.58 0.58 0.32
Hex 23 82 68 49 0 14 31 A4 3A 20
Octal 43 202 150 111 0 24 61 244 72 40
Binary 100011 10000010 1101000 1001001 0 10100 110001 10100100 111010 100000

Color Harmonies of #238268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238268

Black with #238268

Text Example


Text Example

White with #238268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238268; }

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

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

background-color css

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

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

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

border-color css

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

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

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