#268467

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

Shades of Elf Green #268467

Tints of Elf Green #268467

Color information

#268467 (or 0x268467) is unknown color: approx Elf Green. HEX triplet: 26, 84 and 67. RGB value is (38,132,103). Sum of RGB (Red+Green+Blue) = 38+132+103=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #268467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268467 is #D97B98. Grayscale: #646464. Windows color (decimal): -14252953 or 6784038. OLE color: 6784038.

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

Color convert

RGB38132103-
CMYK0.7100.220.48
HSL161.49º55.29%33.33%-
HSV(B)161.49º71.21%51.76%-
XYZ11.517.8915.68-
YUV100.59129.3683.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=13.92%
G=48.35%
B=37.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381321030.7100.220.48161.4955.2933.33
Hex2684674701630a13721
Octal46204147107026602416741
Binary100110100001001100111100011101011011000010100001110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268467; }

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

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

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

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

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

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

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

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