Html Css Color HEX #268E72 Elf Green

📋 copy color: '#268E72'

red 38 ◦ green 142 ◦ blue 114

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

Shades of Elf Green #268E72

Tints of Elf Green #268E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.3%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 12.93%
G = 48.3%
B = 38.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#268E72 (or 0x268E72) is known color: Elf Green. HEX triplet: 26, 8E and 72. RGB value is (38,142,114). Sum of RGB (Red+Green+Blue) = 38+142+114=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #268E72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268E72 is #D9718D. Grayscale: #6B6B6B. Windows color (decimal): -14250382 or 7507494. OLE color: 7507494.

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

Color convert

RGB 38 142 114 -
CMYK 0.73 0 0.20 0.44
HSL 163.85º 0.58% 0.35% -
HSV(B) 163.85º 0.73% 0.56% -
XYZ 13.51 20.97 19.26 -
YUV 107.71 131.54 78.28 -
System Red Green Blue C M Y K H S L
Decimal 38 142 114 0.73 0 0.20 0.44 163.85 0.58 0.35
Hex 26 8E 72 49 0 14 2C A4 3A 23
Octal 46 216 162 111 0 24 54 244 72 43
Binary 100110 10001110 1110010 1001001 0 10100 101100 10100100 111010 100011

Color Harmonies of #268E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268E72

Black with #268E72

Text Example


Text Example

White with #268E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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