Html Css Color HEX #238368 Elf Green

📋 copy color: '#238368'

red 35 ◦ green 131 ◦ blue 104

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

Shades of Elf Green #238368

Tints of Elf Green #238368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.52%

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

R = 12.96%
G = 48.52%
B = 38.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#238368 (or 0x238368) is known color: Elf Green. HEX triplet: 23, 83 and 68. RGB value is (35,131,104). Sum of RGB (Red+Green+Blue) = 35+131+104=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #238368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238368 is #DC7C97. Grayscale: #636363. Windows color (decimal): -14449816 or 6849315. OLE color: 6849315.

HSL color Cylindrical-coordinate representation of color #238368: hue angle of 163.12º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238368 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 104 -
CMYK 0.73 0 0.21 0.49
HSL 163.13º 0.58% 0.33% -
HSV(B) 163.13º 0.73% 0.51% -
XYZ 11.31 17.59 15.9 -
YUV 99.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 35 131 104 0.73 0 0.21 0.49 163.13 0.58 0.33
Hex 23 83 68 49 0 15 31 A3 3A 21
Octal 43 203 150 111 0 25 61 243 72 41
Binary 100011 10000011 1101000 1001001 0 10101 110001 10100011 111010 100001

Color Harmonies of #238368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238368

Black with #238368

Text Example


Text Example

White with #238368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238368; }

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

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

background-color css

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

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

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

border-color css

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

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

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