Html Css Color HEX #269476 Elf Green

📋 copy color: '#269476'

red 38 ◦ green 148 ◦ blue 118

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

Shades of Elf Green #269476

Tints of Elf Green #269476

RGB

 RED value IS 38 (15.23% from 255) = 12.5%

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

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 12.5%
G = 48.68%
B = 38.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#269476 (or 0x269476) is known color: Elf Green. HEX triplet: 26, 94 and 76. RGB value is (38,148,118). Sum of RGB (Red+Green+Blue) = 38+148+118=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #269476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269476 is #D96B89. Grayscale: #6F6F6F. Windows color (decimal): -14248842 or 7771174. OLE color: 7771174.

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

Color convert

RGB 38 148 118 -
CMYK 0.74 0 0.20 0.42
HSL 163.64º 0.59% 0.36% -
HSV(B) 163.64º 0.74% 0.58% -
XYZ 14.66 22.9 20.79 -
YUV 111.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 38 148 118 0.74 0 0.20 0.42 163.64 0.59 0.36
Hex 26 94 76 4A 0 14 2A A4 3B 24
Octal 46 224 166 112 0 24 52 244 73 44
Binary 100110 10010100 1110110 1001010 0 10100 101010 10100100 111011 100100

Color Harmonies of #269476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269476

Black with #269476

Text Example


Text Example

White with #269476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269476; }

 p { color: rgb(38,148,118); }

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

background-color css

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

 a { background-color: rgb(38,148,118); }

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

border-color css

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

 span { border-color: rgb(38,148,118); }

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