Html Css Color HEX #267971 Elm

📋 copy color: '#267971'

red 38 ◦ green 121 ◦ blue 113

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

Shades of Elm #267971

Tints of Elm #267971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 13.97%
G = 44.49%
B = 41.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#267971 (or 0x267971) is known color: Elm. HEX triplet: 26, 79 and 71. RGB value is (38,121,113). Sum of RGB (Red+Green+Blue) = 38+121+113=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #267971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267971 is #D9868E. Grayscale: #5F5F5F. Windows color (decimal): -14255759 or 7436582. OLE color: 7436582.

HSL color Cylindrical-coordinate representation of color #267971: hue angle of 174.22º 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 #267971 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 121 113 -
CMYK 0.69 0 0.07 0.53
HSL 174.22º 0.52% 0.31% -
HSV(B) 174.22º 0.69% 0.47% -
XYZ 10.62 15.28 18.01 -
YUV 95.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 38 121 113 0.69 0 0.07 0.53 174.22 0.52 0.31
Hex 26 79 71 45 0 7 35 AE 34 1F
Octal 46 171 161 105 0 7 65 256 64 37
Binary 100110 1111001 1110001 1000101 0 111 110101 10101110 110100 11111

Color Harmonies of #267971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267971

Black with #267971

Text Example


Text Example

White with #267971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267971; }

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

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

background-color css

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

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

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

border-color css

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

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

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