Html Css Color HEX #267F67 Elf Green

📋 copy color: '#267F67'

red 38 ◦ green 127 ◦ blue 103

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

Shades of Elf Green #267F67

Tints of Elf Green #267F67

RGB

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

 GREEN value IS 127 (50% from 255) = 47.39%

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 14.18%
G = 47.39%
B = 38.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#267F67 (or 0x267F67) is known color: Elf Green. HEX triplet: 26, 7F and 67. RGB value is (38,127,103). Sum of RGB (Red+Green+Blue) = 38+127+103=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #267F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F67 is #D98098. Grayscale: #616161. Windows color (decimal): -14254233 or 6782758. OLE color: 6782758.

HSL color Cylindrical-coordinate representation of color #267F67: hue angle of 163.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F67 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 127 103 -
CMYK 0.70 0 0.19 0.50
HSL 163.82º 0.54% 0.32% -
HSV(B) 163.82º 0.7% 0.5% -
XYZ 10.84 16.57 15.46 -
YUV 97.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 38 127 103 0.70 0 0.19 0.50 163.82 0.54 0.32
Hex 26 7F 67 46 0 13 32 A4 36 20
Octal 46 177 147 106 0 23 62 244 66 40
Binary 100110 1111111 1100111 1000110 0 10011 110010 10100100 110110 100000

Color Harmonies of #267F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F67

Black with #267F67

Text Example


Text Example

White with #267F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267F67; }

 p { color: rgb(38,127,103); }

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

background-color css

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

 a { background-color: rgb(38,127,103); }

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

border-color css

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

 span { border-color: rgb(38,127,103); }

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