Html Css Color HEX #238068 Elf Green

📋 copy color: '#238068'

red 35 ◦ green 128 ◦ blue 104

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

Shades of Elf Green #238068

Tints of Elf Green #238068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.94%

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

R = 13.11%
G = 47.94%
B = 38.95%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#238068 (or 0x238068) is known color: Elf Green. HEX triplet: 23, 80 and 68. RGB value is (35,128,104). Sum of RGB (Red+Green+Blue) = 35+128+104=267 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.11% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #238068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238068 is #DC7F97. Grayscale: #616161. Windows color (decimal): -14450584 or 6848547. OLE color: 6848547.

HSL color Cylindrical-coordinate representation of color #238068: hue angle of 164.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238068 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 128 104 -
CMYK 0.73 0 0.19 0.50
HSL 164.52º 0.57% 0.32% -
HSV(B) 164.52º 0.73% 0.5% -
XYZ 10.91 16.8 15.76 -
YUV 97.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 35 128 104 0.73 0 0.19 0.50 164.52 0.57 0.32
Hex 23 80 68 49 0 13 32 A5 39 20
Octal 43 200 150 111 0 23 62 245 71 40
Binary 100011 10000000 1101000 1001001 0 10011 110010 10100101 111001 100000

Color Harmonies of #238068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238068

Black with #238068

Text Example


Text Example

White with #238068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238068; }

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

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

background-color css

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

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

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

border-color css

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

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

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