#268567

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

Shades of Elf Green #268567

Tints of Elf Green #268567

Color information

#268567 (or 0x268567) is unknown color: approx Elf Green. HEX triplet: 26, 85 and 67. RGB value is (38,133,103). Sum of RGB (Red+Green+Blue) = 38+133+103=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #268567 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268567 is #D97A98. Grayscale: #656565. Windows color (decimal): -14252697 or 6784294. OLE color: 6784294.

HSL color Cylindrical-coordinate representation of color #268567: hue angle of 161.05º 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 #268567 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB38133103-
CMYK0.7100.230.48
HSL161.05º55.56%33.53%-
HSV(B)161.05º71.43%52.16%-
XYZ11.6418.1715.73-
YUV101.18129.0382.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=13.87%
G=48.54%
B=37.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381331030.7100.230.48161.0555.5633.53
Hex2685674701730a13822
Octal46205147107027602417042
Binary100110100001011100111100011101011111000010100001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268567; }

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

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

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

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

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

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

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

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