Html Css Color HEX #23827A Elm

📋 copy color: '#23827A'

red 35 ◦ green 130 ◦ blue 122

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

Shades of Elm #23827A

Tints of Elm #23827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 12.2%
G = 45.3%
B = 42.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#23827A (or 0x23827A) is known color: Elm. HEX triplet: 23, 82 and 7A. RGB value is (35,130,122). Sum of RGB (Red+Green+Blue) = 35+130+122=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #23827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23827A is #DC7D85. Grayscale: #646464. Windows color (decimal): -14450054 or 8028707. OLE color: 8028707.

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

Color convert

RGB 35 130 122 -
CMYK 0.73 0 0.06 0.49
HSL 174.95º 0.58% 0.32% -
HSV(B) 174.95º 0.73% 0.51% -
XYZ 12.19 17.73 21.19 -
YUV 100.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 35 130 122 0.73 0 0.06 0.49 174.95 0.58 0.32
Hex 23 82 7A 49 0 6 31 AF 3A 20
Octal 43 202 172 111 0 6 61 257 72 40
Binary 100011 10000010 1111010 1001001 0 110 110001 10101111 111010 100000

Color Harmonies of #23827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23827A

Black with #23827A

Text Example


Text Example

White with #23827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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