Html Css Color HEX #267F7C Elm

📋 copy color: '#267F7C'

red 38 ◦ green 127 ◦ blue 124

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

Shades of Elm #267F7C

Tints of Elm #267F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 13.15%
G = 43.94%
B = 42.91%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#267F7C (or 0x267F7C) is known color: Elm. HEX triplet: 26, 7F and 7C. RGB value is (38,127,124). Sum of RGB (Red+Green+Blue) = 38+127+124=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #267F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F7C is #D98083. Grayscale: #636363. Windows color (decimal): -14254212 or 8159014. OLE color: 8159014.

HSL color Cylindrical-coordinate representation of color #267F7C: hue angle of 177.98º 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 #267F7C is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 38 127 124 -
CMYK 0.70 0 0.02 0.50
HSL 177.98º 0.54% 0.32% -
HSV(B) 177.98º 0.7% 0.5% -
XYZ 12.03 17.05 21.73 -
YUV 100.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 38 127 124 0.70 0 0.02 0.50 177.98 0.54 0.32
Hex 26 7F 7C 46 0 2 32 B2 36 20
Octal 46 177 174 106 0 2 62 262 66 40
Binary 100110 1111111 1111100 1000110 0 10 110010 10110010 110110 100000

Color Harmonies of #267F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267F7C

Black with #267F7C

Text Example


Text Example

White with #267F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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