Html Css Color HEX #239268 Elf Green

📋 copy color: '#239268'

red 35 ◦ green 146 ◦ blue 104

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

Shades of Elf Green #239268

Tints of Elf Green #239268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.23%

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

R = 12.28%
G = 51.23%
B = 36.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#239268 (or 0x239268) is known color: Elf Green. HEX triplet: 23, 92 and 68. RGB value is (35,146,104). Sum of RGB (Red+Green+Blue) = 35+146+104=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #239268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239268 is #DC6D97. Grayscale: #6C6C6C. Windows color (decimal): -14445976 or 6853155. OLE color: 6853155.

HSL color Cylindrical-coordinate representation of color #239268: hue angle of 157.3º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239268 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 146 104 -
CMYK 0.76 0 0.29 0.43
HSL 157.3º 0.61% 0.35% -
HSV(B) 157.3º 0.76% 0.57% -
XYZ 13.47 21.91 16.62 -
YUV 108.02 125.73 75.92 -
System Red Green Blue C M Y K H S L
Decimal 35 146 104 0.76 0 0.29 0.43 157.3 0.61 0.35
Hex 23 92 68 4C 0 1D 2B 9D 3D 23
Octal 43 222 150 114 0 35 53 235 75 43
Binary 100011 10010010 1101000 1001100 0 11101 101011 10011101 111101 100011

Color Harmonies of #239268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239268

Black with #239268

Text Example


Text Example

White with #239268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239268; }

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

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

background-color css

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

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

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

border-color css

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

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

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