Html Css Color HEX #268368 Elf Green

📋 copy color: '#268368'

red 38 ◦ green 131 ◦ blue 104

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

Shades of Elf Green #268368

Tints of Elf Green #268368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 13.92%
G = 47.99%
B = 38.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#268368 (or 0x268368) is known color: Elf Green. HEX triplet: 26, 83 and 68. RGB value is (38,131,104). Sum of RGB (Red+Green+Blue) = 38+131+104=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #268368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268368 is #D97C97. Grayscale: #646464. Windows color (decimal): -14253208 or 6849318. OLE color: 6849318.

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

Color convert

RGB 38 131 104 -
CMYK 0.71 0 0.21 0.49
HSL 162.58º 0.55% 0.33% -
HSV(B) 162.58º 0.71% 0.51% -
XYZ 11.41 17.64 15.9 -
YUV 100.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 38 131 104 0.71 0 0.21 0.49 162.58 0.55 0.33
Hex 26 83 68 47 0 15 31 A3 37 21
Octal 46 203 150 107 0 25 61 243 67 41
Binary 100110 10000011 1101000 1000111 0 10101 110001 10100011 110111 100001

Color Harmonies of #268368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268368

Black with #268368

Text Example


Text Example

White with #268368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268368; }

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

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

background-color css

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

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

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

border-color css

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

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

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