Html Css Color HEX #268B72 Elf Green

📋 copy color: '#268B72'

red 38 ◦ green 139 ◦ blue 114

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

Shades of Elf Green #268B72

Tints of Elf Green #268B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.77%

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

R = 13.06%
G = 47.77%
B = 39.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#268B72 (or 0x268B72) is known color: Elf Green. HEX triplet: 26, 8B and 72. RGB value is (38,139,114). Sum of RGB (Red+Green+Blue) = 38+139+114=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #268B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B72 is #D9748D. Grayscale: #696969. Windows color (decimal): -14251150 or 7506726. OLE color: 7506726.

HSL color Cylindrical-coordinate representation of color #268B72: hue angle of 165.15º degrees, saturation: 0.57, 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 #268B72 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 139 114 -
CMYK 0.73 0 0.18 0.45
HSL 165.15º 0.57% 0.35% -
HSV(B) 165.15º 0.73% 0.55% -
XYZ 13.07 20.09 19.11 -
YUV 105.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 38 139 114 0.73 0 0.18 0.45 165.15 0.57 0.35
Hex 26 8B 72 49 0 12 2D A5 39 23
Octal 46 213 162 111 0 22 55 245 71 43
Binary 100110 10001011 1110010 1001001 0 10010 101101 10100101 111001 100011

Color Harmonies of #268B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268B72

Black with #268B72

Text Example


Text Example

White with #268B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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