#268569

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

Shades of Elf Green #268569

Tints of Elf Green #268569

Color information

#268569 (or 0x268569) is unknown color: approx Elf Green. HEX triplet: 26, 85 and 69. RGB value is (38,133,105). Sum of RGB (Red+Green+Blue) = 38+133+105=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #268569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268569 is #D97A96. Grayscale: #656565. Windows color (decimal): -14252695 or 6915366. OLE color: 6915366.

HSL color Cylindrical-coordinate representation of color #268569: hue angle of 162.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268569 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB38133105-
CMYK0.7100.210.48
HSL162.32º55.56%33.53%-
HSV(B)162.32º71.43%52.16%-
XYZ11.7418.2116.26-
YUV101.4130.0382.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 133 (52.34% from 255) = 48.19%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=13.77%
G=48.19%
B=38.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381331050.7100.210.48162.3255.5633.53
Hex2685694701530a23822
Octal46205151107025602427042
Binary100110100001011101001100011101010111000010100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268569; }

 p { color: rgb(38,133,105); }

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

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

 a { background-color: rgb(38,133,105); }

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

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

 span { border-color: rgb(38,133,105); }

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