Html Css Color HEX #239275 Elf Green

📋 copy color: '#239275'

red 35 ◦ green 146 ◦ blue 117

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

Shades of Elf Green #239275

Tints of Elf Green #239275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 11.74%
G = 48.99%
B = 39.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#239275 (or 0x239275) is known color: Elf Green. HEX triplet: 23, 92 and 75. RGB value is (35,146,117). Sum of RGB (Red+Green+Blue) = 35+146+117=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #239275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239275 is #DC6D8A. Grayscale: #6D6D6D. Windows color (decimal): -14445963 or 7705123. OLE color: 7705123.

HSL color Cylindrical-coordinate representation of color #239275: hue angle of 164.32º 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 #239275 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 35 146 117 -
CMYK 0.76 0 0.20 0.43
HSL 164.32º 0.61% 0.35% -
HSV(B) 164.32º 0.76% 0.57% -
XYZ 14.18 22.2 20.37 -
YUV 109.51 132.23 74.86 -
System Red Green Blue C M Y K H S L
Decimal 35 146 117 0.76 0 0.20 0.43 164.32 0.61 0.35
Hex 23 92 75 4C 0 14 2B A4 3D 23
Octal 43 222 165 114 0 24 53 244 75 43
Binary 100011 10010010 1110101 1001100 0 10100 101011 10100100 111101 100011

Color Harmonies of #239275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239275

Black with #239275

Text Example


Text Example

White with #239275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239275; }

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

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

background-color css

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

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

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

border-color css

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

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

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