Html Css Color HEX #267974 Elm

📋 copy color: '#267974'

red 38 ◦ green 121 ◦ blue 116

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

Shades of Elm #267974

Tints of Elm #267974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44%

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 13.82%
G = 44%
B = 42.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#267974 (or 0x267974) is known color: Elm. HEX triplet: 26, 79 and 74. RGB value is (38,121,116). Sum of RGB (Red+Green+Blue) = 38+121+116=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #267974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267974 is #D9868B. Grayscale: #5F5F5F. Windows color (decimal): -14255756 or 7633190. OLE color: 7633190.

HSL color Cylindrical-coordinate representation of color #267974: hue angle of 176.39º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267974 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 121 116 -
CMYK 0.69 0 0.04 0.53
HSL 176.39º 0.52% 0.31% -
HSV(B) 176.39º 0.69% 0.47% -
XYZ 10.79 15.35 18.92 -
YUV 95.61 139.5 86.91 -
System Red Green Blue C M Y K H S L
Decimal 38 121 116 0.69 0 0.04 0.53 176.39 0.52 0.31
Hex 26 79 74 45 0 4 35 B0 34 1F
Octal 46 171 164 105 0 4 65 260 64 37
Binary 100110 1111001 1110100 1000101 0 100 110101 10110000 110100 11111

Color Harmonies of #267974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267974

Black with #267974

Text Example


Text Example

White with #267974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267974; }

 p { color: rgb(38,121,116); }

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

background-color css

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

 a { background-color: rgb(38,121,116); }

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

border-color css

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

 span { border-color: rgb(38,121,116); }

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