Html Css Color HEX #239475 Elf Green

📋 copy color: '#239475'

red 35 ◦ green 148 ◦ blue 117

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

Shades of Elf Green #239475

Tints of Elf Green #239475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

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

R = 11.67%
G = 49.33%
B = 39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#239475 (or 0x239475) is known color: Elf Green. HEX triplet: 23, 94 and 75. RGB value is (35,148,117). Sum of RGB (Red+Green+Blue) = 35+148+117=300 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #239475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239475 is #DC6B8A. Grayscale: #6E6E6E. Windows color (decimal): -14445451 or 7705635. OLE color: 7705635.

HSL color Cylindrical-coordinate representation of color #239475: hue angle of 163.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239475 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 35 148 117 -
CMYK 0.76 0 0.21 0.42
HSL 163.54º 0.62% 0.36% -
HSV(B) 163.54º 0.76% 0.58% -
XYZ 14.49 22.82 20.47 -
YUV 110.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 35 148 117 0.76 0 0.21 0.42 163.54 0.62 0.36
Hex 23 94 75 4C 0 15 2A A4 3E 24
Octal 43 224 165 114 0 25 52 244 76 44
Binary 100011 10010100 1110101 1001100 0 10101 101010 10100100 111110 100100

Color Harmonies of #239475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239475

Black with #239475

Text Example


Text Example

White with #239475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239475; }

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

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

background-color css

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

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

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

border-color css

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

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

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