Html Css Color HEX #23827D Elm

📋 copy color: '#23827D'

red 35 ◦ green 130 ◦ blue 125

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

Shades of Elm #23827D

Tints of Elm #23827D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 12.07%
G = 44.83%
B = 43.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#23827D (or 0x23827D) is known color: Elm. HEX triplet: 23, 82 and 7D. RGB value is (35,130,125). Sum of RGB (Red+Green+Blue) = 35+130+125=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #23827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23827D is #DC7D82. Grayscale: #646464. Windows color (decimal): -14450051 or 8225315. OLE color: 8225315.

HSL color Cylindrical-coordinate representation of color #23827D: hue angle of 176.84º 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 #23827D is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 130 125 -
CMYK 0.73 0 0.04 0.49
HSL 176.84º 0.58% 0.32% -
HSV(B) 176.84º 0.73% 0.51% -
XYZ 12.38 17.8 22.19 -
YUV 101.03 141.53 80.91 -
System Red Green Blue C M Y K H S L
Decimal 35 130 125 0.73 0 0.04 0.49 176.84 0.58 0.32
Hex 23 82 7D 49 0 4 31 B1 3A 20
Octal 43 202 175 111 0 4 61 261 72 40
Binary 100011 10000010 1111101 1001001 0 100 110001 10110001 111010 100000

Color Harmonies of #23827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23827D

Black with #23827D

Text Example


Text Example

White with #23827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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