Html Css Color HEX #238250 Salem

📋 copy color: '#238250'

red 35 ◦ green 130 ◦ blue 80

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

Shades of Salem #238250

Tints of Salem #238250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 14.29%
G = 53.06%
B = 32.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#238250 (or 0x238250) is known color: Salem. HEX triplet: 23, 82 and 50. RGB value is (35,130,80). Sum of RGB (Red+Green+Blue) = 35+130+80=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #238250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238250 is #DC7DAF. Grayscale: #606060. Windows color (decimal): -14450096 or 5276195. OLE color: 5276195.

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

Color convert

RGB 35 130 80 -
CMYK 0.73 0 0.38 0.49
HSL 148.42º 0.58% 0.32% -
HSV(B) 148.42º 0.73% 0.51% -
XYZ 10.12 16.9 10.32 -
YUV 95.9 119.03 84.57 -
System Red Green Blue C M Y K H S L
Decimal 35 130 80 0.73 0 0.38 0.49 148.42 0.58 0.32
Hex 23 82 50 49 0 26 31 94 3A 20
Octal 43 202 120 111 0 46 61 224 72 40
Binary 100011 10000010 1010000 1001001 0 100110 110001 10010100 111010 100000

Color Harmonies of #238250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238250

Black with #238250

Text Example


Text Example

White with #238250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238250; }

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

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

background-color css

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

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

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

border-color css

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

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

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