Html Css Color HEX #238443 Salem

📋 copy color: '#238443'

red 35 ◦ green 132 ◦ blue 67

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

Shades of Salem #238443

Tints of Salem #238443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.41%

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 14.96%
G = 56.41%
B = 28.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#238443 (or 0x238443) is known color: Salem. HEX triplet: 23, 84 and 43. RGB value is (35,132,67). Sum of RGB (Red+Green+Blue) = 35+132+67=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #238443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238443 is #DC7BBC. Grayscale: #5F5F5F. Windows color (decimal): -14449597 or 4424739. OLE color: 4424739.

HSL color Cylindrical-coordinate representation of color #238443: hue angle of 139.79º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238443 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 132 67 -
CMYK 0.73 0 0.49 0.48
HSL 139.79º 0.58% 0.33% -
HSV(B) 139.79º 0.73% 0.52% -
XYZ 9.96 17.27 8.12 -
YUV 95.59 111.86 84.79 -
System Red Green Blue C M Y K H S L
Decimal 35 132 67 0.73 0 0.49 0.48 139.79 0.58 0.33
Hex 23 84 43 49 0 31 30 8C 3A 21
Octal 43 204 103 111 0 61 60 214 72 41
Binary 100011 10000100 1000011 1001001 0 110001 110000 10001100 111010 100001

Color Harmonies of #238443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238443

Black with #238443

Text Example


Text Example

White with #238443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238443; }

 p { color: rgb(35,132,67); }

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

background-color css

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

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

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

border-color css

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

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

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