Html Css Color HEX #268D63 Elf Green

📋 copy color: '#268D63'

red 38 ◦ green 141 ◦ blue 99

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

Shades of Elf Green #268D63

Tints of Elf Green #268D63

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.72%

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

R = 13.67%
G = 50.72%
B = 35.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#268D63 (or 0x268D63) is known color: Elf Green. HEX triplet: 26, 8D and 63. RGB value is (38,141,99). Sum of RGB (Red+Green+Blue) = 38+141+99=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #268D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268D63 is #D9729C. Grayscale: #696969. Windows color (decimal): -14250653 or 6524198. OLE color: 6524198.

HSL color Cylindrical-coordinate representation of color #268D63: hue angle of 155.53º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268D63 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 141 99 -
CMYK 0.73 0 0.30 0.45
HSL 155.53º 0.58% 0.35% -
HSV(B) 155.53º 0.73% 0.55% -
XYZ 12.58 20.36 15.07 -
YUV 105.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 38 141 99 0.73 0 0.30 0.45 155.53 0.58 0.35
Hex 26 8D 63 49 0 1E 2D 9C 3A 23
Octal 46 215 143 111 0 36 55 234 72 43
Binary 100110 10001101 1100011 1001001 0 11110 101101 10011100 111010 100011

Color Harmonies of #268D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268D63

Black with #268D63

Text Example


Text Example

White with #268D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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