Html Css Color HEX #237C70 Elm

📋 copy color: '#237C70'

red 35 ◦ green 124 ◦ blue 112

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

Shades of Elm #237C70

Tints of Elm #237C70

RGB

 RED value IS 35 (14.06% from 255) = 12.92%

 GREEN value IS 124 (48.83% from 255) = 45.76%

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 12.92%
G = 45.76%
B = 41.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#237C70 (or 0x237C70) is known color: Elm. HEX triplet: 23, 7C and 70. RGB value is (35,124,112). Sum of RGB (Red+Green+Blue) = 35+124+112=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #237C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C70 is #DC838F. Grayscale: #5F5F5F. Windows color (decimal): -14451600 or 7371811. OLE color: 7371811.

HSL color Cylindrical-coordinate representation of color #237C70: hue angle of 171.91º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C70 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 124 112 -
CMYK 0.72 0 0.10 0.51
HSL 171.91º 0.56% 0.31% -
HSV(B) 171.91º 0.72% 0.49% -
XYZ 10.83 15.94 17.84 -
YUV 96.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 35 124 112 0.72 0 0.10 0.51 171.91 0.56 0.31
Hex 23 7C 70 48 0 A 33 AC 38 1F
Octal 43 174 160 110 0 12 63 254 70 37
Binary 100011 1111100 1110000 1001000 0 1010 110011 10101100 111000 11111

Color Harmonies of #237C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237C70

Black with #237C70

Text Example


Text Example

White with #237C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237C70; }

 p { color: rgb(35,124,112); }

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

background-color css

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

 a { background-color: rgb(35,124,112); }

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

border-color css

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

 span { border-color: rgb(35,124,112); }

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