Html Css Color HEX #267972 Elm

📋 copy color: '#267972'

red 38 ◦ green 121 ◦ blue 114

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

Shades of Elm #267972

Tints of Elm #267972

RGB

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

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

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

R = 13.92%
G = 44.32%
B = 41.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#267972 (or 0x267972) is known color: Elm. HEX triplet: 26, 79 and 72. RGB value is (38,121,114). Sum of RGB (Red+Green+Blue) = 38+121+114=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 121 - color contains mainly: green. Hex color #267972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267972 is #D9868D. Grayscale: #5F5F5F. Windows color (decimal): -14255758 or 7502118. OLE color: 7502118.

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

Color convert

RGB 38 121 114 -
CMYK 0.69 0 0.06 0.53
HSL 174.94º 0.52% 0.31% -
HSV(B) 174.94º 0.69% 0.47% -
XYZ 10.67 15.3 18.31 -
YUV 95.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 38 121 114 0.69 0 0.06 0.53 174.94 0.52 0.31
Hex 26 79 72 45 0 6 35 AF 34 1F
Octal 46 171 162 105 0 6 65 257 64 37
Binary 100110 1111001 1110010 1000101 0 110 110101 10101111 110100 11111

Color Harmonies of #267972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267972

Black with #267972

Text Example


Text Example

White with #267972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267972; }

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

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

background-color css

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

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

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

border-color css

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

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

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