#268572

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

Shades of Elf Green #268572

Tints of Elf Green #268572

Color information

#268572 (or 0x268572) is unknown color: approx Elf Green. HEX triplet: 26, 85 and 72. RGB value is (38,133,114). Sum of RGB (Red+Green+Blue) = 38+133+114=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #268572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268572 is #D97A8D. Grayscale: #666666. Windows color (decimal): -14252686 or 7505190. OLE color: 7505190.

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

Color convert

RGB38133114-
CMYK0.7100.140.48
HSL168º55.56%33.53%-
HSV(B)168º71.43%52.16%-
XYZ12.2218.418.83-
YUV102.43134.5382.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 114 (44.92% from 255) = 40%
R=13.33%
G=46.67%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381331140.7100.140.4816855.5633.53
Hex268572470E30a83822
Octal46205162107016602507042
Binary10011010000101111001010001110111011000010101000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268572; }

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

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

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

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

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

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

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

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