Html Css Color HEX #237070 Elm

📋 copy color: '#237070'

red 35 ◦ green 112 ◦ blue 112

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

Shades of Elm #237070

Tints of Elm #237070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

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

R = 13.51%
G = 43.24%
B = 43.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#237070 (or 0x237070) is known color: Elm. HEX triplet: 23, 70 and 70. RGB value is (35,112,112). Sum of RGB (Red+Green+Blue) = 35+112+112=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #237070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237070 is #DC8F8F. Grayscale: #585858. Windows color (decimal): -14454672 or 7368739. OLE color: 7368739.

HSL color Cylindrical-coordinate representation of color #237070: hue angle of 180º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237070 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 112 112 -
CMYK 0.69 0 0 0.56
HSL 180º 0.52% 0.29% -
HSV(B) 180º 0.69% 0.44% -
XYZ 9.41 13.12 17.36 -
YUV 88.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 35 112 112 0.69 0 0 0.56 180 0.52 0.29
Hex 23 70 70 45 0 0 38 B4 34 1D
Octal 43 160 160 105 0 0 70 264 64 35
Binary 100011 1110000 1110000 1000101 0 0 111000 10110100 110100 11101

Color Harmonies of #237070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237070

Black with #237070

Text Example


Text Example

White with #237070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237070; }

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

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

background-color css

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

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

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

border-color css

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

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

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