Html Css Color HEX #268463 Elf Green

📋 copy color: '#268463'

red 38 ◦ green 132 ◦ blue 99

#268463
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #268463

Tints of Elf Green #268463

RGB

 RED value IS 38 (15.23% from 255) = 14.13%

 GREEN value IS 132 (51.95% from 255) = 49.07%

 BLUE value IS 99 (39.06% from 255) = 36.8%

R = 14.13%
G = 49.07%
B = 36.8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#268463 (or 0x268463) is known color: Elf Green. HEX triplet: 26, 84 and 63. RGB value is (38,132,99). Sum of RGB (Red+Green+Blue) = 38+132+99=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #268463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268463 is #D97B9C. Grayscale: #646464. Windows color (decimal): -14252957 or 6521894. OLE color: 6521894.

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

Color convert

RGB 38 132 99 -
CMYK 0.71 0 0.25 0.48
HSL 158.94º 0.55% 0.33% -
HSV(B) 158.94º 0.71% 0.52% -
XYZ 11.3 17.82 14.65 -
YUV 100.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 38 132 99 0.71 0 0.25 0.48 158.94 0.55 0.33
Hex 26 84 63 47 0 19 30 9F 37 21
Octal 46 204 143 107 0 31 60 237 67 41
Binary 100110 10000100 1100011 1000111 0 11001 110000 10011111 110111 100001

Color Harmonies of #268463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268463

Black with #268463

Text Example


Text Example

White with #268463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268463; }

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

 H1.HeaderClassName
 {
   color: #268463;
 }
 .AnyTagClassName
 {
   color: #268463;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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