Html Css Color HEX #268363 Elf Green

📋 copy color: '#268363'

red 38 ◦ green 131 ◦ blue 99

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

Shades of Elf Green #268363

Tints of Elf Green #268363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

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

R = 14.18%
G = 48.88%
B = 36.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#268363 (or 0x268363) is known color: Elf Green. HEX triplet: 26, 83 and 63. RGB value is (38,131,99). Sum of RGB (Red+Green+Blue) = 38+131+99=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #268363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268363 is #D97C9C. Grayscale: #636363. Windows color (decimal): -14253213 or 6521638. OLE color: 6521638.

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

Color convert

RGB 38 131 99 -
CMYK 0.71 0 0.24 0.49
HSL 159.35º 0.55% 0.33% -
HSV(B) 159.35º 0.71% 0.51% -
XYZ 11.17 17.55 14.6 -
YUV 99.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 38 131 99 0.71 0 0.24 0.49 159.35 0.55 0.33
Hex 26 83 63 47 0 18 31 9F 37 21
Octal 46 203 143 107 0 30 61 237 67 41
Binary 100110 10000011 1100011 1000111 0 11000 110001 10011111 110111 100001

Color Harmonies of #268363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268363

Black with #268363

Text Example


Text Example

White with #268363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268363; }

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

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

background-color css

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

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

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

border-color css

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

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

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