Html Css Color HEX #23827C Elm

📋 copy color: '#23827C'

red 35 ◦ green 130 ◦ blue 124

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

Shades of Elm #23827C

Tints of Elm #23827C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 12.11%
G = 44.98%
B = 42.91%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#23827C (or 0x23827C) is known color: Elm. HEX triplet: 23, 82 and 7C. RGB value is (35,130,124). Sum of RGB (Red+Green+Blue) = 35+130+124=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #23827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23827C is #DC7D83. Grayscale: #646464. Windows color (decimal): -14450052 or 8159779. OLE color: 8159779.

HSL color Cylindrical-coordinate representation of color #23827C: hue angle of 176.21º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23827C is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 130 124 -
CMYK 0.73 0 0.05 0.49
HSL 176.21º 0.58% 0.32% -
HSV(B) 176.21º 0.73% 0.51% -
XYZ 12.31 17.78 21.85 -
YUV 100.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 35 130 124 0.73 0 0.05 0.49 176.21 0.58 0.32
Hex 23 82 7C 49 0 5 31 B0 3A 20
Octal 43 202 174 111 0 5 61 260 72 40
Binary 100011 10000010 1111100 1001001 0 101 110001 10110000 111010 100000

Color Harmonies of #23827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23827C

Black with #23827C

Text Example


Text Example

White with #23827C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23827C; }

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

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

background-color css

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

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

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

border-color css

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

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

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