Html Css Color HEX #238668 Elf Green

📋 copy color: '#238668'

red 35 ◦ green 134 ◦ blue 104

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

Shades of Elf Green #238668

Tints of Elf Green #238668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.08%

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

R = 12.82%
G = 49.08%
B = 38.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#238668 (or 0x238668) is known color: Elf Green. HEX triplet: 23, 86 and 68. RGB value is (35,134,104). Sum of RGB (Red+Green+Blue) = 35+134+104=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #238668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238668 is #DC7997. Grayscale: #656565. Windows color (decimal): -14449048 or 6850083. OLE color: 6850083.

HSL color Cylindrical-coordinate representation of color #238668: hue angle of 161.82º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238668 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 134 104 -
CMYK 0.74 0 0.22 0.47
HSL 161.82º 0.59% 0.33% -
HSV(B) 161.82º 0.74% 0.53% -
XYZ 11.72 18.41 16.03 -
YUV 100.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 35 134 104 0.74 0 0.22 0.47 161.82 0.59 0.33
Hex 23 86 68 4A 0 16 2F A2 3B 21
Octal 43 206 150 112 0 26 57 242 73 41
Binary 100011 10000110 1101000 1001010 0 10110 101111 10100010 111011 100001

Color Harmonies of #238668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238668

Black with #238668

Text Example


Text Example

White with #238668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238668; }

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

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

background-color css

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

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

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

border-color css

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

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

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