Html Css Color HEX #268F72 Elf Green

📋 copy color: '#268F72'

red 38 ◦ green 143 ◦ blue 114

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

Shades of Elf Green #268F72

Tints of Elf Green #268F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.47%

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

R = 12.88%
G = 48.47%
B = 38.64%

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

#268F72 (or 0x268F72) is known color: Elf Green. HEX triplet: 26, 8F and 72. RGB value is (38,143,114). Sum of RGB (Red+Green+Blue) = 38+143+114=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #268F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268F72 is #D9708D. Grayscale: #6C6C6C. Windows color (decimal): -14250126 or 7507750. OLE color: 7507750.

HSL color Cylindrical-coordinate representation of color #268F72: hue angle of 163.43º 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 #268F72 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 143 114 -
CMYK 0.73 0 0.20 0.44
HSL 163.43º 0.58% 0.35% -
HSV(B) 163.43º 0.73% 0.56% -
XYZ 13.66 21.27 19.31 -
YUV 108.3 131.21 77.86 -
System Red Green Blue C M Y K H S L
Decimal 38 143 114 0.73 0 0.20 0.44 163.43 0.58 0.35
Hex 26 8F 72 49 0 14 2C A3 3A 23
Octal 46 217 162 111 0 24 54 243 72 43
Binary 100110 10001111 1110010 1001001 0 10100 101100 10100011 111010 100011

Color Harmonies of #268F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268F72

Black with #268F72

Text Example


Text Example

White with #268F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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