#269271

Color #269271 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #269271

Tints of Elf Green #269271

Color information

#269271 (or 0x269271) is unknown color: approx Elf Green. HEX triplet: 26, 92 and 71. RGB value is (38,146,113). Sum of RGB (Red+Green+Blue) = 38+146+113=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #269271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269271 is #D96D8E. Grayscale: #6D6D6D. Windows color (decimal): -14249359 or 7442982. OLE color: 7442982.

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

Color convert

RGB38146113-
CMYK0.7400.230.43
HSL161.67º58.7%36.08%-
HSV(B)161.67º73.97%57.25%-
XYZ14.0622.1619.16-
YUV109.95129.7276.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=12.79%
G=49.16%
B=38.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal381461130.7400.230.43161.6758.736.08
Hex2692714A0172Ba23b24
Octal46222161112027532427344
Binary100110100100101110001100101001011110101110100010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269271; }

 p { color: rgb(38,146,113); }

 H1.HeaderClassName
 {
   color: #269271;
 }
 .AnyTagClassName
 {
   color: #269271;
 }
</style>
background-color css

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

 a { background-color: rgb(38,146,113); }

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

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

 span { border-color: rgb(38,146,113); }

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